Shades of Viola #B7969B
Tints of Viola #B7969B
RGB
CMYK
RGB Variations
Color information
#B7969B (or 0xB7969B) is known color: Viola. HEX triplet: B7, 96 and 9B. RGB value is (183,150,155). Sum of RGB (Red+Green+Blue) = 183+150+155=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7969B is #486964. Grayscale: #A0A0A0. Windows color (decimal): -4745573 or 10196663. OLE color: 10196663.
HSL color Cylindrical-coordinate representation of color #B7969B: hue angle of 350.91º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7969B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 155 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.28 |
| HSL | 350.91º | 0.19% | 0.65% | - |
| HSV(B) | 350.91º | 0.18% | 0.72% | - |
| XYZ | 36.35 | 34.25 | 35.7 | - |
| YUV | 160.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 155 | 0 | 0.18 | 0.15 | 0.28 | 350.91 | 0.19 | 0.65 |
| Hex | B7 | 96 | 9B | 0 | 12 | F | 1C | 15F | 13 | 41 |
| Octal | 267 | 226 | 233 | 0 | 22 | 17 | 34 | 537 | 23 | 101 |
| Binary | 10110111 | 10010110 | 10011011 | 0 | 10010 | 1111 | 11100 | 101011111 | 10011 | 1000001 |
Color Harmonies of #B7969B
Complementary color
Monochromatic Colors of #B7969B
Black with #B7969B
Text Example
Text Example
White with #B7969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7969B; }
p { color: rgb(183,150,155); }
H1.HeaderClassName
{
color: #B7969B;
}
.AnyTagClassName
{
color: #B7969B;
}
</style>
background-color css
<style>
a { background-color: #B7969B; }
a { background-color: rgb(183,150,155); }
div.DivClassName
{
background-color: #B7969B;
}
.BgClassName
{
background-color: #B7969B;
}
</style>
border-color css
<style>
span { border-color: #B7969B; }
span { border-color: rgb(183,150,155); }
td.TdClassName
{
border-color: #B7969B;
}
.TagClassName
{
border-color: #B7969B;
}
</style>