#BB6EA3

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

Shades of Bouquet #BB6EA3

Tints of Bouquet #BB6EA3

Color information

#BB6EA3 (or 0xBB6EA3) is unknown color: approx Bouquet. HEX triplet: BB, 6E and A3. RGB value is (187,110,163). Sum of RGB (Red+Green+Blue) = 187+110+163=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EA3 is #44915C. Grayscale: #8A8A8A. Windows color (decimal): -4493661 or 10710715. OLE color: 10710715.

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

Color convert

RGB187110163-
CMYK00.410.130.27
HSL318.7º36.15%58.24%-
HSV(B)318.7º41.18%73.33%-
XYZ32.6824.3637.63-
YUV139.06141.51162.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=40.65%
G=23.91%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711016300.410.130.27318.736.1558.24
HexBB6EA3029D1B13f243a
Octal27315624305115334774472
Binary101110111101110101000110101001110111011100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EA3; }

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

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

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

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

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

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

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

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