Shades of Violet Blue #B05499
Tints of Violet Blue #B05499
RGB
CMYK
RGB Variations
Color information
#B05499 (or 0xB05499) is known color: Violet Blue. HEX triplet: B0, 54 and 99. RGB value is (176,84,153). Sum of RGB (Red+Green+Blue) = 176+84+153=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05499 is #4FAB66. Grayscale: #777777. Windows color (decimal): -5221223 or 10048688. OLE color: 10048688.
HSL color Cylindrical-coordinate representation of color #B05499: hue angle of 315º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05499 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 153 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.31 |
| HSL | 315º | 0.37% | 0.51% | - |
| HSV(B) | 315º | 0.52% | 0.69% | - |
| XYZ | 26.82 | 17.87 | 32.17 | - |
| YUV | 119.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 153 | 0 | 0.52 | 0.13 | 0.31 | 315 | 0.37 | 0.51 |
| Hex | B0 | 54 | 99 | 0 | 34 | D | 1F | 13B | 25 | 33 |
| Octal | 260 | 124 | 231 | 0 | 64 | 15 | 37 | 473 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10011001 | 0 | 110100 | 1101 | 11111 | 100111011 | 100101 | 110011 |
Color Harmonies of #B05499
Complementary color
Monochromatic Colors of #B05499
Black with #B05499
Text Example
Text Example
White with #B05499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05499; }
p { color: rgb(176,84,153); }
H1.HeaderClassName
{
color: #B05499;
}
.AnyTagClassName
{
color: #B05499;
}
</style>
background-color css
<style>
a { background-color: #B05499; }
a { background-color: rgb(176,84,153); }
div.DivClassName
{
background-color: #B05499;
}
.BgClassName
{
background-color: #B05499;
}
</style>
border-color css
<style>
span { border-color: #B05499; }
span { border-color: rgb(176,84,153); }
td.TdClassName
{
border-color: #B05499;
}
.TagClassName
{
border-color: #B05499;
}
</style>