#BB71AC

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

Shades of Bouquet #BB71AC

Tints of Bouquet #BB71AC

Color information

#BB71AC (or 0xBB71AC) is unknown color: approx Bouquet. HEX triplet: BB, 71 and AC. RGB value is (187,113,172). Sum of RGB (Red+Green+Blue) = 187+113+172=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71AC is #448E53. Grayscale: #8D8D8D. Windows color (decimal): -4492884 or 11301307. OLE color: 11301307.

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

Color convert

RGB187113172-
CMYK00.400.080.27
HSL312.16º35.24%58.82%-
HSV(B)312.16º39.57%73.33%-
XYZ33.8525.3542.14-
YUV141.85145.02160.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 113 (44.53% from 255) = 23.94%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=39.62%
G=23.94%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711317200.400.080.27312.1635.2458.82
HexBB71AC02881B138233b
Octal27316125405010334704373
Binary101110111110001101011000101000100011011100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71AC; }

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

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

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

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

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

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

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

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