Html Css Color HEX #BB71AC Bouquet

📋 copy color: '#BB71AC'

red 187 ◦ green 113 ◦ blue 172

#BB71AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BB71AC

Tints of Bouquet #BB71AC

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 value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB71AC (or 0xBB71AC) is known color: 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

RGB 187 113 172 -
CMYK 0 0.40 0.08 0.27
HSL 312.16º 0.35% 0.59% -
HSV(B) 312.16º 0.4% 0.73% -
XYZ 33.85 25.35 42.14 -
YUV 141.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 187 113 172 0 0.40 0.08 0.27 312.16 0.35 0.59
Hex BB 71 AC 0 28 8 1B 138 23 3B
Octal 273 161 254 0 50 10 33 470 43 73
Binary 10111011 1110001 10101100 0 101000 1000 11011 100111000 100011 111011

Color Harmonies of #BB71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71AC

Black with #BB71AC

Text Example


Text Example

White with #BB71AC

Text Example


Text Example

HTML Codes & Css Web 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>