Shades of Viola #B28B92
Tints of Viola #B28B92
RGB
CMYK
RGB Variations
Color information
#B28B92 (or 0xB28B92) is known color: Viola. HEX triplet: B2, 8B and 92. RGB value is (178,139,146). Sum of RGB (Red+Green+Blue) = 178+139+146=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B92 is #4D746D. Grayscale: #979797. Windows color (decimal): -5076078 or 9604018. OLE color: 9604018.
HSL color Cylindrical-coordinate representation of color #B28B92: hue angle of 349.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28B92 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 146 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.30 |
| HSL | 349.23º | 0.2% | 0.62% | - |
| HSV(B) | 349.23º | 0.22% | 0.7% | - |
| XYZ | 32.78 | 30.01 | 31.26 | - |
| YUV | 151.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 146 | 0 | 0.22 | 0.18 | 0.30 | 349.23 | 0.2 | 0.62 |
| Hex | B2 | 8B | 92 | 0 | 16 | 12 | 1E | 15D | 14 | 3E |
| Octal | 262 | 213 | 222 | 0 | 26 | 22 | 36 | 535 | 24 | 76 |
| Binary | 10110010 | 10001011 | 10010010 | 0 | 10110 | 10010 | 11110 | 101011101 | 10100 | 111110 |
Color Harmonies of #B28B92
Complementary color
Monochromatic Colors of #B28B92
Black with #B28B92
Text Example
Text Example
White with #B28B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B92; }
p { color: rgb(178,139,146); }
H1.HeaderClassName
{
color: #B28B92;
}
.AnyTagClassName
{
color: #B28B92;
}
</style>
background-color css
<style>
a { background-color: #B28B92; }
a { background-color: rgb(178,139,146); }
div.DivClassName
{
background-color: #B28B92;
}
.BgClassName
{
background-color: #B28B92;
}
</style>
border-color css
<style>
span { border-color: #B28B92; }
span { border-color: rgb(178,139,146); }
td.TdClassName
{
border-color: #B28B92;
}
.TagClassName
{
border-color: #B28B92;
}
</style>