#B6959E

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

Shades of Viola #B6959E

Tints of Viola #B6959E

Color information

#B6959E (or 0xB6959E) is unknown color: approx Viola. HEX triplet: B6, 95 and 9E. RGB value is (182,149,158). Sum of RGB (Red+Green+Blue) = 182+149+158=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6959E is #496A61. Grayscale: #9F9F9F. Windows color (decimal): -4811362 or 10393014. OLE color: 10393014.

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

Color convert

RGB182149158-
CMYK00.180.130.29
HSL343.64º18.44%64.9%-
HSV(B)343.64º18.13%71.37%-
XYZ36.2133.9136.98-
YUV159.89126.93143.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=37.22%
G=30.47%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214915800.180.130.29343.6418.4464.9
HexB6959E012D1D1581241
Octal266225236022153553022101
Binary101101101001010110011110010010110111101101011000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6959E; }

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

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

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

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

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

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

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

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