#B6979D

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

Shades of Viola #B6979D

Tints of Viola #B6979D

Color information

#B6979D (or 0xB6979D) is unknown color: approx Viola. HEX triplet: B6, 97 and 9D. RGB value is (182,151,157). Sum of RGB (Red+Green+Blue) = 182+151+157=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6979D is #496862. Grayscale: #A0A0A0. Windows color (decimal): -4810851 or 10327990. OLE color: 10327990.

HSL color Cylindrical-coordinate representation of color #B6979D: hue angle of 348.39º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6979D is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182151157-
CMYK00.170.140.29
HSL348.39º17.51%65.29%-
HSV(B)348.39º17.03%71.37%-
XYZ36.4434.5136.64-
YUV160.95125.77143.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=37.14%
G=30.82%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215115700.170.140.29348.3917.5165.29
HexB6979D011E1D15c1241
Octal266227235021163553422101
Binary101101101001011110011101010001111011101101011100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6979D; }

 p { color: rgb(182,151,157); }

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

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

 a { background-color: rgb(182,151,157); }

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

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

 span { border-color: rgb(182,151,157); }

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