Shades of Viola #B0919C
Tints of Viola #B0919C
RGB
CMYK
RGB Variations
Color information
#B0919C (or 0xB0919C) is known color: Viola. HEX triplet: B0, 91 and 9C. RGB value is (176,145,156). Sum of RGB (Red+Green+Blue) = 176+145+156=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B0919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0919C is #4F6E63. Grayscale: #9B9B9B. Windows color (decimal): -5205604 or 10260912. OLE color: 10260912.
HSL color Cylindrical-coordinate representation of color #B0919C: hue angle of 338.71º degrees, saturation: 0.16, 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 #B0919C is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 156 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.31 |
| HSL | 338.71º | 0.16% | 0.63% | - |
| HSV(B) | 338.71º | 0.18% | 0.69% | - |
| XYZ | 34.03 | 31.88 | 35.81 | - |
| YUV | 155.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 156 | 0 | 0.18 | 0.11 | 0.31 | 338.71 | 0.16 | 0.63 |
| Hex | B0 | 91 | 9C | 0 | 12 | B | 1F | 153 | 10 | 3F |
| Octal | 260 | 221 | 234 | 0 | 22 | 13 | 37 | 523 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10011100 | 0 | 10010 | 1011 | 11111 | 101010011 | 10000 | 111111 |
Color Harmonies of #B0919C
Complementary color
Monochromatic Colors of #B0919C
Black with #B0919C
Text Example
Text Example
White with #B0919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0919C; }
p { color: rgb(176,145,156); }
H1.HeaderClassName
{
color: #B0919C;
}
.AnyTagClassName
{
color: #B0919C;
}
</style>
background-color css
<style>
a { background-color: #B0919C; }
a { background-color: rgb(176,145,156); }
div.DivClassName
{
background-color: #B0919C;
}
.BgClassName
{
background-color: #B0919C;
}
</style>
border-color css
<style>
span { border-color: #B0919C; }
span { border-color: rgb(176,145,156); }
td.TdClassName
{
border-color: #B0919C;
}
.TagClassName
{
border-color: #B0919C;
}
</style>