Shades of Viola #B28A93
Tints of Viola #B28A93
RGB
CMYK
RGB Variations
Color information
#B28A93 (or 0xB28A93) is known color: Viola. HEX triplet: B2, 8A and 93. RGB value is (178,138,147). Sum of RGB (Red+Green+Blue) = 178+138+147=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A93 is #4D756C. Grayscale: #969696. Windows color (decimal): -5076333 or 9669298. OLE color: 9669298.
HSL color Cylindrical-coordinate representation of color #B28A93: hue angle of 346.5º 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 #B28A93 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 147 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.30 |
| HSL | 346.5º | 0.21% | 0.62% | - |
| HSV(B) | 346.5º | 0.22% | 0.7% | - |
| XYZ | 32.72 | 29.75 | 31.62 | - |
| YUV | 150.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 147 | 0 | 0.22 | 0.17 | 0.30 | 346.5 | 0.21 | 0.62 |
| Hex | B2 | 8A | 93 | 0 | 16 | 11 | 1E | 15A | 15 | 3E |
| Octal | 262 | 212 | 223 | 0 | 26 | 21 | 36 | 532 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10010011 | 0 | 10110 | 10001 | 11110 | 101011010 | 10101 | 111110 |
Color Harmonies of #B28A93
Complementary color
Monochromatic Colors of #B28A93
Black with #B28A93
Text Example
Text Example
White with #B28A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A93; }
p { color: rgb(178,138,147); }
H1.HeaderClassName
{
color: #B28A93;
}
.AnyTagClassName
{
color: #B28A93;
}
</style>
background-color css
<style>
a { background-color: #B28A93; }
a { background-color: rgb(178,138,147); }
div.DivClassName
{
background-color: #B28A93;
}
.BgClassName
{
background-color: #B28A93;
}
</style>
border-color css
<style>
span { border-color: #B28A93; }
span { border-color: rgb(178,138,147); }
td.TdClassName
{
border-color: #B28A93;
}
.TagClassName
{
border-color: #B28A93;
}
</style>