Shades of Viola #B09EA2
Tints of Viola #B09EA2
RGB
CMYK
RGB Variations
Color information
#B09EA2 (or 0xB09EA2) is known color: Viola. HEX triplet: B0, 9E and A2. RGB value is (176,158,162). Sum of RGB (Red+Green+Blue) = 176+158+162=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B09EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09EA2 is #4F615D. Grayscale: #A3A3A3. Windows color (decimal): -5202270 or 10657456. OLE color: 10657456.
HSL color Cylindrical-coordinate representation of color #B09EA2: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09EA2 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 162 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.31 |
| HSL | 346.67º | 0.1% | 0.65% | - |
| HSV(B) | 346.67º | 0.1% | 0.69% | - |
| XYZ | 36.65 | 36.29 | 39.26 | - |
| YUV | 163.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 162 | 0 | 0.10 | 0.08 | 0.31 | 346.67 | 0.1 | 0.65 |
| Hex | B0 | 9E | A2 | 0 | A | 8 | 1F | 15B | A | 41 |
| Octal | 260 | 236 | 242 | 0 | 12 | 10 | 37 | 533 | 12 | 101 |
| Binary | 10110000 | 10011110 | 10100010 | 0 | 1010 | 1000 | 11111 | 101011011 | 1010 | 1000001 |
Color Harmonies of #B09EA2
Complementary color
Monochromatic Colors of #B09EA2
Black with #B09EA2
Text Example
Text Example
White with #B09EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09EA2; }
p { color: rgb(176,158,162); }
H1.HeaderClassName
{
color: #B09EA2;
}
.AnyTagClassName
{
color: #B09EA2;
}
</style>
background-color css
<style>
a { background-color: #B09EA2; }
a { background-color: rgb(176,158,162); }
div.DivClassName
{
background-color: #B09EA2;
}
.BgClassName
{
background-color: #B09EA2;
}
</style>
border-color css
<style>
span { border-color: #B09EA2; }
span { border-color: rgb(176,158,162); }
td.TdClassName
{
border-color: #B09EA2;
}
.TagClassName
{
border-color: #B09EA2;
}
</style>