Shades of Viola #B6919B
Tints of Viola #B6919B
RGB
CMYK
RGB Variations
Color information
#B6919B (or 0xB6919B) is known color: Viola. HEX triplet: B6, 91 and 9B. RGB value is (182,145,155). Sum of RGB (Red+Green+Blue) = 182+145+155=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6919B is #496E64. Grayscale: #9D9D9D. Windows color (decimal): -4812389 or 10195382. OLE color: 10195382.
HSL color Cylindrical-coordinate representation of color #B6919B: hue angle of 343.78º 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 #B6919B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 145 | 155 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.29 |
| HSL | 343.78º | 0.2% | 0.64% | - |
| HSV(B) | 343.78º | 0.2% | 0.71% | - |
| XYZ | 35.33 | 32.56 | 35.43 | - |
| YUV | 157.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 145 | 155 | 0 | 0.20 | 0.15 | 0.29 | 343.78 | 0.2 | 0.64 |
| Hex | B6 | 91 | 9B | 0 | 14 | F | 1D | 158 | 14 | 40 |
| Octal | 266 | 221 | 233 | 0 | 24 | 17 | 35 | 530 | 24 | 100 |
| Binary | 10110110 | 10010001 | 10011011 | 0 | 10100 | 1111 | 11101 | 101011000 | 10100 | 1000000 |
Color Harmonies of #B6919B
Complementary color
Monochromatic Colors of #B6919B
Black with #B6919B
Text Example
Text Example
White with #B6919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6919B; }
p { color: rgb(182,145,155); }
H1.HeaderClassName
{
color: #B6919B;
}
.AnyTagClassName
{
color: #B6919B;
}
</style>
background-color css
<style>
a { background-color: #B6919B; }
a { background-color: rgb(182,145,155); }
div.DivClassName
{
background-color: #B6919B;
}
.BgClassName
{
background-color: #B6919B;
}
</style>
border-color css
<style>
span { border-color: #B6919B; }
span { border-color: rgb(182,145,155); }
td.TdClassName
{
border-color: #B6919B;
}
.TagClassName
{
border-color: #B6919B;
}
</style>