Html Css Color HEX #BB71AA Bouquet

📋 copy color: '#BB71AA'

red 187 ◦ green 113 ◦ blue 170

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

Shades of Bouquet #BB71AA

Tints of Bouquet #BB71AA

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.8% from 255) = 36.17%

R = 39.79%
G = 24.04%
B = 36.17%

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

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

RGB 187 113 170 -
CMYK 0 0.40 0.09 0.27
HSL 313.78º 0.35% 0.59% -
HSV(B) 313.78º 0.4% 0.73% -
XYZ 33.65 25.28 41.14 -
YUV 141.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 187 113 170 0 0.40 0.09 0.27 313.78 0.35 0.59
Hex BB 71 AA 0 28 9 1B 13A 23 3B
Octal 273 161 252 0 50 11 33 472 43 73
Binary 10111011 1110001 10101010 0 101000 1001 11011 100111010 100011 111011

Color Harmonies of #BB71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71AA

Black with #BB71AA

Text Example


Text Example

White with #BB71AA

Text Example


Text Example

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