Shades of Violet Blue #B05899
Tints of Violet Blue #B05899
RGB
CMYK
RGB Variations
Color information
#B05899 (or 0xB05899) is known color: Violet Blue. HEX triplet: B0, 58 and 99. RGB value is (176,88,153). Sum of RGB (Red+Green+Blue) = 176+88+153=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B05899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05899 is #4FA766. Grayscale: #797979. Windows color (decimal): -5220199 or 10049712. OLE color: 10049712.
HSL color Cylindrical-coordinate representation of color #B05899: hue angle of 315.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05899 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 153 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.31 |
| HSL | 315.68º | 0.36% | 0.52% | - |
| HSV(B) | 315.68º | 0.5% | 0.69% | - |
| XYZ | 27.14 | 18.51 | 32.28 | - |
| YUV | 121.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 153 | 0 | 0.50 | 0.13 | 0.31 | 315.68 | 0.36 | 0.52 |
| Hex | B0 | 58 | 99 | 0 | 32 | D | 1F | 13C | 24 | 34 |
| Octal | 260 | 130 | 231 | 0 | 62 | 15 | 37 | 474 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10011001 | 0 | 110010 | 1101 | 11111 | 100111100 | 100100 | 110100 |
Color Harmonies of #B05899
Complementary color
Monochromatic Colors of #B05899
Black with #B05899
Text Example
Text Example
White with #B05899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05899; }
p { color: rgb(176,88,153); }
H1.HeaderClassName
{
color: #B05899;
}
.AnyTagClassName
{
color: #B05899;
}
</style>
background-color css
<style>
a { background-color: #B05899; }
a { background-color: rgb(176,88,153); }
div.DivClassName
{
background-color: #B05899;
}
.BgClassName
{
background-color: #B05899;
}
</style>
border-color css
<style>
span { border-color: #B05899; }
span { border-color: rgb(176,88,153); }
td.TdClassName
{
border-color: #B05899;
}
.TagClassName
{
border-color: #B05899;
}
</style>