#BB909F

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

Shades of Viola #BB909F

Tints of Viola #BB909F

Color information

#BB909F (or 0xBB909F) is unknown color: approx Viola. HEX triplet: BB, 90 and 9F. RGB value is (187,144,159). Sum of RGB (Red+Green+Blue) = 187+144+159=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB909F is #446F60. Grayscale: #9E9E9E. Windows color (decimal): -4484961 or 10457275. OLE color: 10457275.

HSL color Cylindrical-coordinate representation of color #BB909F: hue angle of 339.07º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB909F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187144159-
CMYK00.230.150.27
HSL339.07º24.02%64.9%-
HSV(B)339.07º22.99%73.33%-
XYZ36.7233.0137.24-
YUV158.57128.25148.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=38.16%
G=29.39%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714415900.230.150.27339.0724.0264.9
HexBB909F017F1B1531841
Octal273220237027173352330101
Binary101110111001000010011111010111111111011101010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB909F; }

 p { color: rgb(187,144,159); }

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

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

 a { background-color: rgb(187,144,159); }

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

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

 span { border-color: rgb(187,144,159); }

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