#BB6EA1

Color #BB6EA1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BB6EA1

Tints of Bouquet #BB6EA1

Color information

#BB6EA1 (or 0xBB6EA1) is unknown color: approx Bouquet. HEX triplet: BB, 6E and A1. RGB value is (187,110,161). Sum of RGB (Red+Green+Blue) = 187+110+161=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EA1 is #44915E. Grayscale: #8A8A8A. Windows color (decimal): -4493663 or 10579643. OLE color: 10579643.

HSL color Cylindrical-coordinate representation of color #BB6EA1: hue angle of 320.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6EA1 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187110161-
CMYK00.410.140.27
HSL320.26º36.15%58.24%-
HSV(B)320.26º41.18%73.33%-
XYZ32.524.2936.69-
YUV138.84140.51162.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=40.83%
G=24.02%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711016100.410.140.27320.2636.1558.24
HexBB6EA1029E1B140243a
Octal27315624105116335004472
Binary101110111101110101000010101001111011011101000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EA1; }

 p { color: rgb(187,110,161); }

 H1.HeaderClassName
 {
   color: #BB6EA1;
 }
 .AnyTagClassName
 {
   color: #BB6EA1;
 }
</style>
background-color css

<style>
 a { background-color: #BB6EA1; }

 a { background-color: rgb(187,110,161); }

 div.DivClassName
 {
   background-color: #BB6EA1;
 }
 .BgClassName
 {
   background-color: #BB6EA1;
 }
</style>
border-color css

<style>
 span { border-color: #BB6EA1; }

 span { border-color: rgb(187,110,161); }

 td.TdClassName
 {
   border-color: #BB6EA1;
 }
 .TagClassName
 {
   border-color: #BB6EA1;
 }
</style>