#BB79AA

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

Shades of Bouquet #BB79AA

Tints of Bouquet #BB79AA

Color information

#BB79AA (or 0xBB79AA) is unknown color: approx Bouquet. HEX triplet: BB, 79 and AA. RGB value is (187,121,170). Sum of RGB (Red+Green+Blue) = 187+121+170=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79AA is #448655. Grayscale: #929292. Windows color (decimal): -4490838 or 11172283. OLE color: 11172283.

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

Color convert

RGB187121170-
CMYK00.350.090.27
HSL315.45º32.67%60.39%-
HSV(B)315.45º35.29%73.33%-
XYZ34.5927.1441.45-
YUV146.32141.37157.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=39.12%
G=25.31%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712117000.350.090.27315.4532.6760.39
HexBB79AA02391B13b213c
Octal27317125204311334734174
Binary101110111111001101010100100011100111011100111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79AA; }

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

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

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

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

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

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

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

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