Shades of Viola #B6919C
Tints of Viola #B6919C
RGB
CMYK
RGB Variations
Color information
#B6919C (or 0xB6919C) is known color: Viola. HEX triplet: B6, 91 and 9C. RGB value is (182,145,156). Sum of RGB (Red+Green+Blue) = 182+145+156=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6919C is #496E63. Grayscale: #9D9D9D. Windows color (decimal): -4812388 or 10260918. OLE color: 10260918.
HSL color Cylindrical-coordinate representation of color #B6919C: hue angle of 342.16º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6919C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 156 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.29 |
| HSL | 342.16º | 0.2% | 0.64% | - |
| HSV(B) | 342.16º | 0.2% | 0.71% | - |
| XYZ | 35.42 | 32.6 | 35.88 | - |
| YUV | 157.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 156 | 0 | 0.20 | 0.14 | 0.29 | 342.16 | 0.2 | 0.64 |
| Hex | B6 | 91 | 9C | 0 | 14 | E | 1D | 156 | 14 | 40 |
| Octal | 266 | 221 | 234 | 0 | 24 | 16 | 35 | 526 | 24 | 100 |
| Binary | 10110110 | 10010001 | 10011100 | 0 | 10100 | 1110 | 11101 | 101010110 | 10100 | 1000000 |
Color Harmonies of #B6919C
Complementary color
Monochromatic Colors of #B6919C
Black with #B6919C
Text Example
Text Example
White with #B6919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6919C; }
p { color: rgb(182,145,156); }
H1.HeaderClassName
{
color: #B6919C;
}
.AnyTagClassName
{
color: #B6919C;
}
</style>
background-color css
<style>
a { background-color: #B6919C; }
a { background-color: rgb(182,145,156); }
div.DivClassName
{
background-color: #B6919C;
}
.BgClassName
{
background-color: #B6919C;
}
</style>
border-color css
<style>
span { border-color: #B6919C; }
span { border-color: rgb(182,145,156); }
td.TdClassName
{
border-color: #B6919C;
}
.TagClassName
{
border-color: #B6919C;
}
</style>