Color Hex Logo

#bb61fb Color Hex

#BB61FB
(187,97,251)
0 Favorites   0 Comments

Color spaces of #bb61fb

RGB 18797251
HSL0.760.950.68
HSV275°61°98°
CMYK 0.250.610.00   0.02
XYZ42.180826.079294.0774
Yxy26.07920.25980.1606
Hunter Lab51.067858.0682-73.4769
CIE-Lab58.112161.9348-62.7102

#bb61fb color RGB value is (187,97,251).

#bb61fb hex color red value is 187, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb61fb hue: 0.76 , saturation: 0.95 and the lightness value of bb61fb is 0.68.

The process color (four color CMYK) of #bb61fb color hex is 0.25, 0.61, 0.00, 0.02. Web safe color of #bb61fb is #cc66ff. Color #bb61fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 11111011
Octal 273 141 373
Decimal 187 97 251
Hex BB 61 FB

RGB Percentages of Color #bb61fb

%34.95
%18.13
%46.92

CMYK Percentages of Color #bb61fb

%25
%61
%0
%2

Triadic Colors of #bb61fb

#bb61fb #fbbb61 #61fbbb

Analogous Colors of #bb61fb

#bb61fb #fb61ee #6e61fb

Monochromatic Colors of #bb61fb

#bb61fb

Complementary Color

#bb61fb #a1fb61

#bb61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb61fb Color CSS Codes

.mybgcolor {background-color:#bb61fb; } 
.myforecolor {color:#bb61fb; }
.mybordercolor {border:3px solid #bb61fb; }

#bb61fb Text Font Color

<p style="color:#bb61fb">Text here</p>

This sample text font color is #bb61fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb61fb Background Color

<div style="background-color:#bb61fb">
Div content here</div>

This div background color is #bb61fb


#bb61fb Border Color

<div style="border:3px solid #bb61fb">
Div here</div>

This div border color is #bb61fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,97,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb61fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb61fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bb61fb;
  box-shadow:         1px 1px 3px 2px #bb61fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,97,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb61fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb61fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bb61fb;
  box-shadow:         1px 1px 3px 2px #bb61fb;">
Div content here</div>

This div box has shadow with color #bb61fb


Comments

No comments written yet.

Please login to write comment.