#BB71AA

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

Shades of Bouquet #BB71AA

Tints of Bouquet #BB71AA

Color information

#BB71AA (or 0xBB71AA) is unknown color: approx Bouquet. HEX triplet: BB, 71 and AA. RGB value is (187,113,170). Sum of RGB (Red+Green+Blue) = 187+113+170=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71AA is #448E55. Grayscale: #8D8D8D. Windows color (decimal): -4492886 or 11170235. OLE color: 11170235.

HSL color Cylindrical-coordinate representation of color #BB71AA: hue angle of 313.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71AA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187113170-
CMYK00.400.090.27
HSL313.78º35.24%58.82%-
HSV(B)313.78º39.57%73.33%-
XYZ33.6525.2841.14-
YUV141.62144.02160.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=39.79%
G=24.04%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711317000.400.090.27313.7835.2458.82
HexBB71AA02891B13a233b
Octal27316125205011334724373
Binary101110111110001101010100101000100111011100111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71AA; }

 p { color: rgb(187,113,170); }

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

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

 a { background-color: rgb(187,113,170); }

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

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

 span { border-color: rgb(187,113,170); }

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