Shades of Viola #B28B9A
Tints of Viola #B28B9A
RGB
CMYK
RGB Variations
Color information
#B28B9A (or 0xB28B9A) is known color: Viola. HEX triplet: B2, 8B and 9A. RGB value is (178,139,154). Sum of RGB (Red+Green+Blue) = 178+139+154=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B9A is #4D7465. Grayscale: #989898. Windows color (decimal): -5076070 or 10128306. OLE color: 10128306.
HSL color Cylindrical-coordinate representation of color #B28B9A: hue angle of 336.92º 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 #B28B9A is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 154 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.30 |
| HSL | 336.92º | 0.2% | 0.62% | - |
| HSV(B) | 336.92º | 0.22% | 0.7% | - |
| XYZ | 33.43 | 30.26 | 34.65 | - |
| YUV | 152.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 154 | 0 | 0.22 | 0.13 | 0.30 | 336.92 | 0.2 | 0.62 |
| Hex | B2 | 8B | 9A | 0 | 16 | D | 1E | 151 | 14 | 3E |
| Octal | 262 | 213 | 232 | 0 | 26 | 15 | 36 | 521 | 24 | 76 |
| Binary | 10110010 | 10001011 | 10011010 | 0 | 10110 | 1101 | 11110 | 101010001 | 10100 | 111110 |
Color Harmonies of #B28B9A
Complementary color
Monochromatic Colors of #B28B9A
Black with #B28B9A
Text Example
Text Example
White with #B28B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B9A; }
p { color: rgb(178,139,154); }
H1.HeaderClassName
{
color: #B28B9A;
}
.AnyTagClassName
{
color: #B28B9A;
}
</style>
background-color css
<style>
a { background-color: #B28B9A; }
a { background-color: rgb(178,139,154); }
div.DivClassName
{
background-color: #B28B9A;
}
.BgClassName
{
background-color: #B28B9A;
}
</style>
border-color css
<style>
span { border-color: #B28B9A; }
span { border-color: rgb(178,139,154); }
td.TdClassName
{
border-color: #B28B9A;
}
.TagClassName
{
border-color: #B28B9A;
}
</style>