#BB6EA5

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

Shades of Bouquet #BB6EA5

Tints of Bouquet #BB6EA5

Color information

#BB6EA5 (or 0xBB6EA5) is unknown color: approx Bouquet. HEX triplet: BB, 6E and A5. RGB value is (187,110,165). Sum of RGB (Red+Green+Blue) = 187+110+165=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EA5 is #44915A. Grayscale: #8B8B8B. Windows color (decimal): -4493659 or 10841787. OLE color: 10841787.

HSL color Cylindrical-coordinate representation of color #BB6EA5: hue angle of 317.14º 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 #BB6EA5 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187110165-
CMYK00.410.120.27
HSL317.14º36.15%58.24%-
HSV(B)317.14º41.18%73.33%-
XYZ32.8624.4338.58-
YUV139.29142.51162.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=40.48%
G=23.81%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711016500.410.120.27317.1436.1558.24
HexBB6EA5029C1B13d243a
Octal27315624505114334754472
Binary101110111101110101001010101001110011011100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EA5; }

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

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

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

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

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

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

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

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