Shades of Viola #B28A8E
Tints of Viola #B28A8E
RGB
CMYK
RGB Variations
Color information
#B28A8E (or 0xB28A8E) is known color: Viola. HEX triplet: B2, 8A and 8E. RGB value is (178,138,142). Sum of RGB (Red+Green+Blue) = 178+138+142=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A8E is #4D7571. Grayscale: #969696. Windows color (decimal): -5076338 or 9341618. OLE color: 9341618.
HSL color Cylindrical-coordinate representation of color #B28A8E: hue angle of 354º degrees, saturation: 0.21, 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 #B28A8E is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 142 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.30 |
| HSL | 354º | 0.21% | 0.62% | - |
| HSV(B) | 354º | 0.22% | 0.7% | - |
| XYZ | 32.33 | 29.59 | 29.6 | - |
| YUV | 150.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 142 | 0 | 0.22 | 0.20 | 0.30 | 354 | 0.21 | 0.62 |
| Hex | B2 | 8A | 8E | 0 | 16 | 14 | 1E | 162 | 15 | 3E |
| Octal | 262 | 212 | 216 | 0 | 26 | 24 | 36 | 542 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10001110 | 0 | 10110 | 10100 | 11110 | 101100010 | 10101 | 111110 |
Color Harmonies of #B28A8E
Complementary color
Monochromatic Colors of #B28A8E
Black with #B28A8E
Text Example
Text Example
White with #B28A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A8E; }
p { color: rgb(178,138,142); }
H1.HeaderClassName
{
color: #B28A8E;
}
.AnyTagClassName
{
color: #B28A8E;
}
</style>
background-color css
<style>
a { background-color: #B28A8E; }
a { background-color: rgb(178,138,142); }
div.DivClassName
{
background-color: #B28A8E;
}
.BgClassName
{
background-color: #B28A8E;
}
</style>
border-color css
<style>
span { border-color: #B28A8E; }
span { border-color: rgb(178,138,142); }
td.TdClassName
{
border-color: #B28A8E;
}
.TagClassName
{
border-color: #B28A8E;
}
</style>