Shades of Viola #B6969A
Tints of Viola #B6969A
RGB
CMYK
RGB Variations
Color information
#B6969A (or 0xB6969A) is known color: Viola. HEX triplet: B6, 96 and 9A. RGB value is (182,150,154). Sum of RGB (Red+Green+Blue) = 182+150+154=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6969A is #496965. Grayscale: #A0A0A0. Windows color (decimal): -4811110 or 10131126. OLE color: 10131126.
HSL color Cylindrical-coordinate representation of color #B6969A: hue angle of 352.5º 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 #B6969A is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 154 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.29 |
| HSL | 352.5º | 0.18% | 0.65% | - |
| HSV(B) | 352.5º | 0.18% | 0.71% | - |
| XYZ | 36.03 | 34.09 | 35.25 | - |
| YUV | 160.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 154 | 0 | 0.18 | 0.15 | 0.29 | 352.5 | 0.18 | 0.65 |
| Hex | B6 | 96 | 9A | 0 | 12 | F | 1D | 160 | 12 | 41 |
| Octal | 266 | 226 | 232 | 0 | 22 | 17 | 35 | 540 | 22 | 101 |
| Binary | 10110110 | 10010110 | 10011010 | 0 | 10010 | 1111 | 11101 | 101100000 | 10010 | 1000001 |
Color Harmonies of #B6969A
Complementary color
Monochromatic Colors of #B6969A
Black with #B6969A
Text Example
Text Example
White with #B6969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6969A; }
p { color: rgb(182,150,154); }
H1.HeaderClassName
{
color: #B6969A;
}
.AnyTagClassName
{
color: #B6969A;
}
</style>
background-color css
<style>
a { background-color: #B6969A; }
a { background-color: rgb(182,150,154); }
div.DivClassName
{
background-color: #B6969A;
}
.BgClassName
{
background-color: #B6969A;
}
</style>
border-color css
<style>
span { border-color: #B6969A; }
span { border-color: rgb(182,150,154); }
td.TdClassName
{
border-color: #B6969A;
}
.TagClassName
{
border-color: #B6969A;
}
</style>