#BB7AAA

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

Shades of Bouquet #BB7AAA

Tints of Bouquet #BB7AAA

Color information

#BB7AAA (or 0xBB7AAA) is unknown color: approx Bouquet. HEX triplet: BB, 7A and AA. RGB value is (187,122,170). Sum of RGB (Red+Green+Blue) = 187+122+170=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAA is #448555. Grayscale: #929292. Windows color (decimal): -4490582 or 11172539. OLE color: 11172539.

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

Color convert

RGB187122170-
CMYK00.350.090.27
HSL315.69º32.34%60.59%-
HSV(B)315.69º34.76%73.33%-
XYZ34.7127.3941.49-
YUV146.91141.03156.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=39.04%
G=25.47%
B=35.49%

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
Decimal18712217000.350.090.27315.6932.3460.59
HexBB7AAA02391B13c203d
Octal27317225204311334744075
Binary101110111111010101010100100011100111011100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AAA; }

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

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

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

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

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

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

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

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