#BB939F

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

Shades of Viola #BB939F

Tints of Viola #BB939F

Color information

#BB939F (or 0xBB939F) is unknown color: approx Viola. HEX triplet: BB, 93 and 9F. RGB value is (187,147,159). Sum of RGB (Red+Green+Blue) = 187+147+159=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB939F is #446C60. Grayscale: #A0A0A0. Windows color (decimal): -4484193 or 10458043. OLE color: 10458043.

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

Color convert

RGB187147159-
CMYK00.210.150.27
HSL342º22.73%65.49%-
HSV(B)342º21.39%73.33%-
XYZ37.1933.9437.39-
YUV160.33127.25147.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=37.93%
G=29.82%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714715900.210.150.2734222.7365.49
HexBB939F015F1B1561741
Octal273223237025173352627101
Binary101110111001001110011111010101111111011101010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB939F; }

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

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

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

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

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

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

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

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