Shades of Viola #B7999F
Tints of Viola #B7999F
RGB
CMYK
RGB Variations
Color information
#B7999F (or 0xB7999F) is known color: Viola. HEX triplet: B7, 99 and 9F. RGB value is (183,153,159). Sum of RGB (Red+Green+Blue) = 183+153+159=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999F is #486660. Grayscale: #A2A2A2. Windows color (decimal): -4744801 or 10459575. OLE color: 10459575.
HSL color Cylindrical-coordinate representation of color #B7999F: hue angle of 348º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7999F is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 159 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.28 |
| HSL | 348º | 0.17% | 0.66% | - |
| HSV(B) | 348º | 0.16% | 0.72% | - |
| XYZ | 37.18 | 35.35 | 37.67 | - |
| YUV | 162.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 159 | 0 | 0.16 | 0.13 | 0.28 | 348 | 0.17 | 0.66 |
| Hex | B7 | 99 | 9F | 0 | 10 | D | 1C | 15C | 11 | 42 |
| Octal | 267 | 231 | 237 | 0 | 20 | 15 | 34 | 534 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10011111 | 0 | 10000 | 1101 | 11100 | 101011100 | 10001 | 1000010 |
Color Harmonies of #B7999F
Complementary color
Monochromatic Colors of #B7999F
Black with #B7999F
Text Example
Text Example
White with #B7999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7999F; }
p { color: rgb(183,153,159); }
H1.HeaderClassName
{
color: #B7999F;
}
.AnyTagClassName
{
color: #B7999F;
}
</style>
background-color css
<style>
a { background-color: #B7999F; }
a { background-color: rgb(183,153,159); }
div.DivClassName
{
background-color: #B7999F;
}
.BgClassName
{
background-color: #B7999F;
}
</style>
border-color css
<style>
span { border-color: #B7999F; }
span { border-color: rgb(183,153,159); }
td.TdClassName
{
border-color: #B7999F;
}
.TagClassName
{
border-color: #B7999F;
}
</style>