Shades of Viola #B6858F
Tints of Viola #B6858F
RGB
CMYK
RGB Variations
Color information
#B6858F (or 0xB6858F) is known color: Viola. HEX triplet: B6, 85 and 8F. RGB value is (182,133,143). Sum of RGB (Red+Green+Blue) = 182+133+143=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6858F is #497A70. Grayscale: #949494. Windows color (decimal): -4815473 or 9405878. OLE color: 9405878.
HSL color Cylindrical-coordinate representation of color #B6858F: hue angle of 347.76º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6858F is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 143 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.29 |
| HSL | 347.76º | 0.25% | 0.62% | - |
| HSV(B) | 347.76º | 0.27% | 0.71% | - |
| XYZ | 32.64 | 28.7 | 29.81 | - |
| YUV | 148.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 143 | 0 | 0.27 | 0.21 | 0.29 | 347.76 | 0.25 | 0.62 |
| Hex | B6 | 85 | 8F | 0 | 1B | 15 | 1D | 15C | 19 | 3E |
| Octal | 266 | 205 | 217 | 0 | 33 | 25 | 35 | 534 | 31 | 76 |
| Binary | 10110110 | 10000101 | 10001111 | 0 | 11011 | 10101 | 11101 | 101011100 | 11001 | 111110 |
Color Harmonies of #B6858F
Complementary color
Monochromatic Colors of #B6858F
Black with #B6858F
Text Example
Text Example
White with #B6858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6858F; }
p { color: rgb(182,133,143); }
H1.HeaderClassName
{
color: #B6858F;
}
.AnyTagClassName
{
color: #B6858F;
}
</style>
background-color css
<style>
a { background-color: #B6858F; }
a { background-color: rgb(182,133,143); }
div.DivClassName
{
background-color: #B6858F;
}
.BgClassName
{
background-color: #B6858F;
}
</style>
border-color css
<style>
span { border-color: #B6858F; }
span { border-color: rgb(182,133,143); }
td.TdClassName
{
border-color: #B6858F;
}
.TagClassName
{
border-color: #B6858F;
}
</style>