#BB6FAD

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

Shades of Bouquet #BB6FAD

Tints of Bouquet #BB6FAD

Color information

#BB6FAD (or 0xBB6FAD) is unknown color: approx Bouquet. HEX triplet: BB, 6F and AD. RGB value is (187,111,173). Sum of RGB (Red+Green+Blue) = 187+111+173=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FAD is #449052. Grayscale: #8C8C8C. Windows color (decimal): -4493395 or 11366331. OLE color: 11366331.

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

Color convert

RGB187111173-
CMYK00.410.070.27
HSL311.05º35.85%58.43%-
HSV(B)311.05º40.64%73.33%-
XYZ33.7224.9542.57-
YUV140.79146.18160.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=39.70%
G=23.57%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711117300.410.070.27311.0535.8558.43
HexBB6FAD02971B137243a
Octal2731572550517334674472
Binary10111011110111110101101010100111111011100110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FAD; }

 p { color: rgb(187,111,173); }

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

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

 a { background-color: rgb(187,111,173); }

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

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

 span { border-color: rgb(187,111,173); }

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