#BB8E9F

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

Shades of Viola #BB8E9F

Tints of Viola #BB8E9F

Color information

#BB8E9F (or 0xBB8E9F) is unknown color: approx Viola. HEX triplet: BB, 8E and 9F. RGB value is (187,142,159). Sum of RGB (Red+Green+Blue) = 187+142+159=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E9F is #447160. Grayscale: #9D9D9D. Windows color (decimal): -4485473 or 10456763. OLE color: 10456763.

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

Color convert

RGB187142159-
CMYK00.240.150.27
HSL337.33º24.86%64.51%-
HSV(B)337.33º24.06%73.33%-
XYZ36.4232.4137.14-
YUV157.39128.91149.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 159 (62.5% from 255) = 32.58%
R=38.32%
G=29.10%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714215900.240.150.27337.3324.8664.51
HexBB8E9F018F1B1511941
Octal273216237030173352131101
Binary101110111000111010011111011000111111011101010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E9F; }

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

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

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

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

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

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

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

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