Shades of Viola #B7858E
Tints of Viola #B7858E
RGB
CMYK
RGB Variations
Color information
#B7858E (or 0xB7858E) is known color: Viola. HEX triplet: B7, 85 and 8E. RGB value is (183,133,142). Sum of RGB (Red+Green+Blue) = 183+133+142=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7858E is #487A71. Grayscale: #949494. Windows color (decimal): -4749938 or 9340343. OLE color: 9340343.
HSL color Cylindrical-coordinate representation of color #B7858E: hue angle of 349.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7858E is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 142 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.28 |
| HSL | 349.2º | 0.26% | 0.62% | - |
| HSV(B) | 349.2º | 0.27% | 0.72% | - |
| XYZ | 32.8 | 28.8 | 29.42 | - |
| YUV | 148.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 142 | 0 | 0.27 | 0.22 | 0.28 | 349.2 | 0.26 | 0.62 |
| Hex | B7 | 85 | 8E | 0 | 1B | 16 | 1C | 15D | 1A | 3E |
| Octal | 267 | 205 | 216 | 0 | 33 | 26 | 34 | 535 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10001110 | 0 | 11011 | 10110 | 11100 | 101011101 | 11010 | 111110 |
Color Harmonies of #B7858E
Complementary color
Monochromatic Colors of #B7858E
Black with #B7858E
Text Example
Text Example
White with #B7858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7858E; }
p { color: rgb(183,133,142); }
H1.HeaderClassName
{
color: #B7858E;
}
.AnyTagClassName
{
color: #B7858E;
}
</style>
background-color css
<style>
a { background-color: #B7858E; }
a { background-color: rgb(183,133,142); }
div.DivClassName
{
background-color: #B7858E;
}
.BgClassName
{
background-color: #B7858E;
}
</style>
border-color css
<style>
span { border-color: #B7858E; }
span { border-color: rgb(183,133,142); }
td.TdClassName
{
border-color: #B7858E;
}
.TagClassName
{
border-color: #B7858E;
}
</style>