Shades of Violet Blue #B0499D
Tints of Violet Blue #B0499D
RGB
CMYK
RGB Variations
Color information
#B0499D (or 0xB0499D) is known color: Violet Blue. HEX triplet: B0, 49 and 9D. RGB value is (176,73,157). Sum of RGB (Red+Green+Blue) = 176+73+157=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0499D is #4FB662. Grayscale: #717171. Windows color (decimal): -5224035 or 10308016. OLE color: 10308016.
HSL color Cylindrical-coordinate representation of color #B0499D: hue angle of 311.07º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0499D is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 157 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.31 |
| HSL | 311.07º | 0.41% | 0.49% | - |
| HSV(B) | 311.07º | 0.59% | 0.69% | - |
| XYZ | 26.37 | 16.43 | 33.68 | - |
| YUV | 113.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 157 | 0 | 0.59 | 0.11 | 0.31 | 311.07 | 0.41 | 0.49 |
| Hex | B0 | 49 | 9D | 0 | 3B | B | 1F | 137 | 29 | 31 |
| Octal | 260 | 111 | 235 | 0 | 73 | 13 | 37 | 467 | 51 | 61 |
| Binary | 10110000 | 1001001 | 10011101 | 0 | 111011 | 1011 | 11111 | 100110111 | 101001 | 110001 |
Color Harmonies of #B0499D
Complementary color
Monochromatic Colors of #B0499D
Black with #B0499D
Text Example
Text Example
White with #B0499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0499D; }
p { color: rgb(176,73,157); }
H1.HeaderClassName
{
color: #B0499D;
}
.AnyTagClassName
{
color: #B0499D;
}
</style>
background-color css
<style>
a { background-color: #B0499D; }
a { background-color: rgb(176,73,157); }
div.DivClassName
{
background-color: #B0499D;
}
.BgClassName
{
background-color: #B0499D;
}
</style>
border-color css
<style>
span { border-color: #B0499D; }
span { border-color: rgb(176,73,157); }
td.TdClassName
{
border-color: #B0499D;
}
.TagClassName
{
border-color: #B0499D;
}
</style>