Html Css Color HEX #BB71AB Bouquet

📋 copy color: '#BB71AB'

red 187 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #BB71AB

Tints of Bouquet #BB71AB

RGB

 RED value IS 187 (73.44% from 255) = 39.7%

 GREEN value IS 113 (44.53% from 255) = 23.99%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 39.7%
G = 23.99%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB71AB (or 0xBB71AB) is known color: Bouquet. HEX triplet: BB, 71 and AB. RGB value is (187,113,171). Sum of RGB (Red+Green+Blue) = 187+113+171=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71AB is #448E54. Grayscale: #8D8D8D. Windows color (decimal): -4492885 or 11235771. OLE color: 11235771.

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

Color convert

RGB 187 113 171 -
CMYK 0 0.40 0.09 0.27
HSL 312.97º 0.35% 0.59% -
HSV(B) 312.97º 0.4% 0.73% -
XYZ 33.75 25.32 41.64 -
YUV 141.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 187 113 171 0 0.40 0.09 0.27 312.97 0.35 0.59
Hex BB 71 AB 0 28 9 1B 139 23 3B
Octal 273 161 253 0 50 11 33 471 43 73
Binary 10111011 1110001 10101011 0 101000 1001 11011 100111001 100011 111011

Color Harmonies of #BB71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71AB

Black with #BB71AB

Text Example


Text Example

White with #BB71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71AB; }

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

 H1.HeaderClassName
 {
   color: #BB71AB;
 }
 .AnyTagClassName
 {
   color: #BB71AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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