Shades of Viola #B4858F
Tints of Viola #B4858F
RGB
CMYK
RGB Variations
Color information
#B4858F (or 0xB4858F) is known color: Viola. HEX triplet: B4, 85 and 8F. RGB value is (180,133,143). Sum of RGB (Red+Green+Blue) = 180+133+143=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4858F is #4B7A70. Grayscale: #949494. Windows color (decimal): -4946545 or 9405876. OLE color: 9405876.
HSL color Cylindrical-coordinate representation of color #B4858F: hue angle of 347.23º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4858F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 143 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.29 |
| HSL | 347.23º | 0.24% | 0.61% | - |
| HSV(B) | 347.23º | 0.26% | 0.71% | - |
| XYZ | 32.17 | 28.46 | 29.78 | - |
| YUV | 148.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 143 | 0 | 0.26 | 0.21 | 0.29 | 347.23 | 0.24 | 0.61 |
| Hex | B4 | 85 | 8F | 0 | 1A | 15 | 1D | 15B | 18 | 3D |
| Octal | 264 | 205 | 217 | 0 | 32 | 25 | 35 | 533 | 30 | 75 |
| Binary | 10110100 | 10000101 | 10001111 | 0 | 11010 | 10101 | 11101 | 101011011 | 11000 | 111101 |
Color Harmonies of #B4858F
Complementary color
Monochromatic Colors of #B4858F
Black with #B4858F
Text Example
Text Example
White with #B4858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4858F; }
p { color: rgb(180,133,143); }
H1.HeaderClassName
{
color: #B4858F;
}
.AnyTagClassName
{
color: #B4858F;
}
</style>
background-color css
<style>
a { background-color: #B4858F; }
a { background-color: rgb(180,133,143); }
div.DivClassName
{
background-color: #B4858F;
}
.BgClassName
{
background-color: #B4858F;
}
</style>
border-color css
<style>
span { border-color: #B4858F; }
span { border-color: rgb(180,133,143); }
td.TdClassName
{
border-color: #B4858F;
}
.TagClassName
{
border-color: #B4858F;
}
</style>