#BC949F

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

Shades of Viola #BC949F

Tints of Viola #BC949F

Color information

#BC949F (or 0xBC949F) is unknown color: approx Viola. HEX triplet: BC, 94 and 9F. RGB value is (188,148,159). Sum of RGB (Red+Green+Blue) = 188+148+159=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949F is #436B60. Grayscale: #A1A1A1. Windows color (decimal): -4418401 or 10458300. OLE color: 10458300.

HSL color Cylindrical-coordinate representation of color #BC949F: hue angle of 343.5º 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 #BC949F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188148159-
CMYK00.210.150.26
HSL343.5º22.99%65.88%-
HSV(B)343.5º21.28%73.73%-
XYZ37.5934.3737.45-
YUV161.21126.75147.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=37.98%
G=29.90%
B=32.12%

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
Decimal18814815900.210.150.26343.522.9965.88
HexBC949F015F1A1581742
Octal274224237025173253027102
Binary101111001001010010011111010101111111010101011000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC949F; }

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

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

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

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

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

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

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

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