Shades of Viola #B28F96
Tints of Viola #B28F96
RGB
CMYK
RGB Variations
Color information
#B28F96 (or 0xB28F96) is known color: Viola. HEX triplet: B2, 8F and 96. RGB value is (178,143,150). Sum of RGB (Red+Green+Blue) = 178+143+150=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F96 is #4D7069. Grayscale: #9A9A9A. Windows color (decimal): -5075050 or 9867186. OLE color: 9867186.
HSL color Cylindrical-coordinate representation of color #B28F96: hue angle of 348º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28F96 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 150 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.30 |
| HSL | 348º | 0.19% | 0.63% | - |
| HSV(B) | 348º | 0.2% | 0.7% | - |
| XYZ | 33.69 | 31.31 | 33.12 | - |
| YUV | 154.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 150 | 0 | 0.20 | 0.16 | 0.30 | 348 | 0.19 | 0.63 |
| Hex | B2 | 8F | 96 | 0 | 14 | 10 | 1E | 15C | 13 | 3F |
| Octal | 262 | 217 | 226 | 0 | 24 | 20 | 36 | 534 | 23 | 77 |
| Binary | 10110010 | 10001111 | 10010110 | 0 | 10100 | 10000 | 11110 | 101011100 | 10011 | 111111 |
Color Harmonies of #B28F96
Complementary color
Monochromatic Colors of #B28F96
Black with #B28F96
Text Example
Text Example
White with #B28F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F96; }
p { color: rgb(178,143,150); }
H1.HeaderClassName
{
color: #B28F96;
}
.AnyTagClassName
{
color: #B28F96;
}
</style>
background-color css
<style>
a { background-color: #B28F96; }
a { background-color: rgb(178,143,150); }
div.DivClassName
{
background-color: #B28F96;
}
.BgClassName
{
background-color: #B28F96;
}
</style>
border-color css
<style>
span { border-color: #B28F96; }
span { border-color: rgb(178,143,150); }
td.TdClassName
{
border-color: #B28F96;
}
.TagClassName
{
border-color: #B28F96;
}
</style>