Shades of Viola #B0909A
Tints of Viola #B0909A
RGB
CMYK
RGB Variations
Color information
#B0909A (or 0xB0909A) is known color: Viola. HEX triplet: B0, 90 and 9A. RGB value is (176,144,154). Sum of RGB (Red+Green+Blue) = 176+144+154=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0909A is #4F6F65. Grayscale: #9A9A9A. Windows color (decimal): -5205862 or 10129584. OLE color: 10129584.
HSL color Cylindrical-coordinate representation of color #B0909A: hue angle of 341.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0909A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 154 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.31 |
| HSL | 341.25º | 0.17% | 0.63% | - |
| HSV(B) | 341.25º | 0.18% | 0.69% | - |
| XYZ | 33.71 | 31.51 | 34.88 | - |
| YUV | 154.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 154 | 0 | 0.18 | 0.12 | 0.31 | 341.25 | 0.17 | 0.63 |
| Hex | B0 | 90 | 9A | 0 | 12 | C | 1F | 155 | 11 | 3F |
| Octal | 260 | 220 | 232 | 0 | 22 | 14 | 37 | 525 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10011010 | 0 | 10010 | 1100 | 11111 | 101010101 | 10001 | 111111 |
Color Harmonies of #B0909A
Complementary color
Monochromatic Colors of #B0909A
Black with #B0909A
Text Example
Text Example
White with #B0909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0909A; }
p { color: rgb(176,144,154); }
H1.HeaderClassName
{
color: #B0909A;
}
.AnyTagClassName
{
color: #B0909A;
}
</style>
background-color css
<style>
a { background-color: #B0909A; }
a { background-color: rgb(176,144,154); }
div.DivClassName
{
background-color: #B0909A;
}
.BgClassName
{
background-color: #B0909A;
}
</style>
border-color css
<style>
span { border-color: #B0909A; }
span { border-color: rgb(176,144,154); }
td.TdClassName
{
border-color: #B0909A;
}
.TagClassName
{
border-color: #B0909A;
}
</style>