Shades of Viola #B28A97
Tints of Viola #B28A97
RGB
CMYK
RGB Variations
Color information
#B28A97 (or 0xB28A97) is known color: Viola. HEX triplet: B2, 8A and 97. RGB value is (178,138,151). Sum of RGB (Red+Green+Blue) = 178+138+151=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A97 is #4D7568. Grayscale: #979797. Windows color (decimal): -5076329 or 9931442. OLE color: 9931442.
HSL color Cylindrical-coordinate representation of color #B28A97: hue angle of 340.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 #B28A97 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 151 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.30 |
| HSL | 340.5º | 0.21% | 0.62% | - |
| HSV(B) | 340.5º | 0.22% | 0.7% | - |
| XYZ | 33.03 | 29.88 | 33.3 | - |
| YUV | 151.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 151 | 0 | 0.22 | 0.15 | 0.30 | 340.5 | 0.21 | 0.62 |
| Hex | B2 | 8A | 97 | 0 | 16 | F | 1E | 154 | 15 | 3E |
| Octal | 262 | 212 | 227 | 0 | 26 | 17 | 36 | 524 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10010111 | 0 | 10110 | 1111 | 11110 | 101010100 | 10101 | 111110 |
Color Harmonies of #B28A97
Complementary color
Monochromatic Colors of #B28A97
Black with #B28A97
Text Example
Text Example
White with #B28A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A97; }
p { color: rgb(178,138,151); }
H1.HeaderClassName
{
color: #B28A97;
}
.AnyTagClassName
{
color: #B28A97;
}
</style>
background-color css
<style>
a { background-color: #B28A97; }
a { background-color: rgb(178,138,151); }
div.DivClassName
{
background-color: #B28A97;
}
.BgClassName
{
background-color: #B28A97;
}
</style>
border-color css
<style>
span { border-color: #B28A97; }
span { border-color: rgb(178,138,151); }
td.TdClassName
{
border-color: #B28A97;
}
.TagClassName
{
border-color: #B28A97;
}
</style>