#BC959F

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

Shades of Viola #BC959F

Tints of Viola #BC959F

Color information

#BC959F (or 0xBC959F) is unknown color: approx Viola. HEX triplet: BC, 95 and 9F. RGB value is (188,149,159). Sum of RGB (Red+Green+Blue) = 188+149+159=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959F is #436A60. Grayscale: #A1A1A1. Windows color (decimal): -4418145 or 10458556. OLE color: 10458556.

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

Color convert

RGB188149159-
CMYK00.210.150.26
HSL344.62º22.54%66.08%-
HSV(B)344.62º20.74%73.73%-
XYZ37.7434.6937.51-
YUV161.8126.42146.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=37.90%
G=30.04%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814915900.210.150.26344.6222.5466.08
HexBC959F015F1A1591742
Octal274225237025173253127102
Binary101111001001010110011111010101111111010101011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC959F; }

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

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

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

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

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

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

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

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