#BC979F

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

Shades of Viola #BC979F

Tints of Viola #BC979F

Color information

#BC979F (or 0xBC979F) is unknown color: approx Viola. HEX triplet: BC, 97 and 9F. RGB value is (188,151,159). Sum of RGB (Red+Green+Blue) = 188+151+159=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC979F is #436860. Grayscale: #A2A2A2. Windows color (decimal): -4417633 or 10459068. OLE color: 10459068.

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

Color convert

RGB188151159-
CMYK00.200.150.26
HSL347.03º21.64%66.47%-
HSV(B)347.03º19.68%73.73%-
XYZ38.0635.3337.61-
YUV162.98125.76145.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=37.75%
G=30.32%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815115900.200.150.26347.0321.6466.47
HexBC979F014F1A15b1642
Octal274227237024173253326102
Binary101111001001011110011111010100111111010101011011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC979F; }

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

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

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

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

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

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

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

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