Shades of Violet Blue #B05299
Tints of Violet Blue #B05299
RGB
CMYK
RGB Variations
Color information
#B05299 (or 0xB05299) is known color: Violet Blue. HEX triplet: B0, 52 and 99. RGB value is (176,82,153). Sum of RGB (Red+Green+Blue) = 176+82+153=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05299 is #4FAD66. Grayscale: #767676. Windows color (decimal): -5221735 or 10048176. OLE color: 10048176.
HSL color Cylindrical-coordinate representation of color #B05299: hue angle of 314.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05299 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 153 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.31 |
| HSL | 314.68º | 0.37% | 0.51% | - |
| HSV(B) | 314.68º | 0.53% | 0.69% | - |
| XYZ | 26.67 | 17.56 | 32.12 | - |
| YUV | 118.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 153 | 0 | 0.53 | 0.13 | 0.31 | 314.68 | 0.37 | 0.51 |
| Hex | B0 | 52 | 99 | 0 | 35 | D | 1F | 13B | 25 | 33 |
| Octal | 260 | 122 | 231 | 0 | 65 | 15 | 37 | 473 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10011001 | 0 | 110101 | 1101 | 11111 | 100111011 | 100101 | 110011 |
Color Harmonies of #B05299
Complementary color
Monochromatic Colors of #B05299
Black with #B05299
Text Example
Text Example
White with #B05299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05299; }
p { color: rgb(176,82,153); }
H1.HeaderClassName
{
color: #B05299;
}
.AnyTagClassName
{
color: #B05299;
}
</style>
background-color css
<style>
a { background-color: #B05299; }
a { background-color: rgb(176,82,153); }
div.DivClassName
{
background-color: #B05299;
}
.BgClassName
{
background-color: #B05299;
}
</style>
border-color css
<style>
span { border-color: #B05299; }
span { border-color: rgb(176,82,153); }
td.TdClassName
{
border-color: #B05299;
}
.TagClassName
{
border-color: #B05299;
}
</style>