#B6999E

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

Shades of Viola #B6999E

Tints of Viola #B6999E

Color information

#B6999E (or 0xB6999E) is unknown color: approx Viola. HEX triplet: B6, 99 and 9E. RGB value is (182,153,158). Sum of RGB (Red+Green+Blue) = 182+153+158=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6999E is #496661. Grayscale: #A2A2A2. Windows color (decimal): -4810338 or 10394038. OLE color: 10394038.

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

Color convert

RGB182153158-
CMYK00.160.130.29
HSL349.66º16.57%65.69%-
HSV(B)349.66º15.93%71.37%-
XYZ36.8535.237.2-
YUV162.24125.61142.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=36.92%
G=31.03%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215315800.160.130.29349.6616.5765.69
HexB6999E010D1D15e1142
Octal266231236020153553621102
Binary101101101001100110011110010000110111101101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6999E; }

 p { color: rgb(182,153,158); }

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

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

 a { background-color: rgb(182,153,158); }

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

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

 span { border-color: rgb(182,153,158); }

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