#BB959F

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

Shades of Viola #BB959F

Tints of Viola #BB959F

Color information

#BB959F (or 0xBB959F) is unknown color: approx Viola. HEX triplet: BB, 95 and 9F. RGB value is (187,149,159). Sum of RGB (Red+Green+Blue) = 187+149+159=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959F is #446A60. Grayscale: #A1A1A1. Windows color (decimal): -4483681 or 10458555. OLE color: 10458555.

HSL color Cylindrical-coordinate representation of color #BB959F: hue angle of 344.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB959F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187149159-
CMYK00.200.150.27
HSL344.21º21.84%65.88%-
HSV(B)344.21º20.32%73.33%-
XYZ37.534.5637.5-
YUV161.5126.59146.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=37.78%
G=30.10%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915900.200.150.27344.2121.8465.88
HexBB959F014F1B1581642
Octal273225237024173353026102
Binary101110111001010110011111010100111111011101011000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB959F; }

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

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

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

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

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

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

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

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