Shades of Viola #B7949B
Tints of Viola #B7949B
RGB
CMYK
RGB Variations
Color information
#B7949B (or 0xB7949B) is known color: Viola. HEX triplet: B7, 94 and 9B. RGB value is (183,148,155). Sum of RGB (Red+Green+Blue) = 183+148+155=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7949B is #486B64. Grayscale: #9F9F9F. Windows color (decimal): -4746085 or 10196151. OLE color: 10196151.
HSL color Cylindrical-coordinate representation of color #B7949B: hue angle of 348º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7949B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 155 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.28 |
| HSL | 348º | 0.2% | 0.65% | - |
| HSV(B) | 348º | 0.19% | 0.72% | - |
| XYZ | 36.03 | 33.61 | 35.6 | - |
| YUV | 159.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 155 | 0 | 0.19 | 0.15 | 0.28 | 348 | 0.2 | 0.65 |
| Hex | B7 | 94 | 9B | 0 | 13 | F | 1C | 15C | 14 | 41 |
| Octal | 267 | 224 | 233 | 0 | 23 | 17 | 34 | 534 | 24 | 101 |
| Binary | 10110111 | 10010100 | 10011011 | 0 | 10011 | 1111 | 11100 | 101011100 | 10100 | 1000001 |
Color Harmonies of #B7949B
Complementary color
Monochromatic Colors of #B7949B
Black with #B7949B
Text Example
Text Example
White with #B7949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7949B; }
p { color: rgb(183,148,155); }
H1.HeaderClassName
{
color: #B7949B;
}
.AnyTagClassName
{
color: #B7949B;
}
</style>
background-color css
<style>
a { background-color: #B7949B; }
a { background-color: rgb(183,148,155); }
div.DivClassName
{
background-color: #B7949B;
}
.BgClassName
{
background-color: #B7949B;
}
</style>
border-color css
<style>
span { border-color: #B7949B; }
span { border-color: rgb(183,148,155); }
td.TdClassName
{
border-color: #B7949B;
}
.TagClassName
{
border-color: #B7949B;
}
</style>