Shades of Viola #B48E8F
Tints of Viola #B48E8F
RGB
CMYK
RGB Variations
Color information
#B48E8F (or 0xB48E8F) is known color: Viola. HEX triplet: B4, 8E and 8F. RGB value is (180,142,143). Sum of RGB (Red+Green+Blue) = 180+142+143=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E8F is #4B7170. Grayscale: #999999. Windows color (decimal): -4944241 or 9408180. OLE color: 9408180.
HSL color Cylindrical-coordinate representation of color #B48E8F: hue angle of 358.42º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48E8F is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 143 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.29 |
| HSL | 358.42º | 0.2% | 0.63% | - |
| HSV(B) | 358.42º | 0.21% | 0.71% | - |
| XYZ | 33.45 | 31.03 | 30.21 | - |
| YUV | 153.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 143 | 0 | 0.21 | 0.21 | 0.29 | 358.42 | 0.2 | 0.63 |
| Hex | B4 | 8E | 8F | 0 | 15 | 15 | 1D | 166 | 14 | 3F |
| Octal | 264 | 216 | 217 | 0 | 25 | 25 | 35 | 546 | 24 | 77 |
| Binary | 10110100 | 10001110 | 10001111 | 0 | 10101 | 10101 | 11101 | 101100110 | 10100 | 111111 |
Color Harmonies of #B48E8F
Complementary color
Monochromatic Colors of #B48E8F
Black with #B48E8F
Text Example
Text Example
White with #B48E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E8F; }
p { color: rgb(180,142,143); }
H1.HeaderClassName
{
color: #B48E8F;
}
.AnyTagClassName
{
color: #B48E8F;
}
</style>
background-color css
<style>
a { background-color: #B48E8F; }
a { background-color: rgb(180,142,143); }
div.DivClassName
{
background-color: #B48E8F;
}
.BgClassName
{
background-color: #B48E8F;
}
</style>
border-color css
<style>
span { border-color: #B48E8F; }
span { border-color: rgb(180,142,143); }
td.TdClassName
{
border-color: #B48E8F;
}
.TagClassName
{
border-color: #B48E8F;
}
</style>