Shades of Violet Blue #B05398
Tints of Violet Blue #B05398
RGB
CMYK
RGB Variations
Color information
#B05398 (or 0xB05398) is known color: Violet Blue. HEX triplet: B0, 53 and 98. RGB value is (176,83,152). Sum of RGB (Red+Green+Blue) = 176+83+152=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B05398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05398 is #4FAC67. Grayscale: #767676. Windows color (decimal): -5221480 or 9982896. OLE color: 9982896.
HSL color Cylindrical-coordinate representation of color #B05398: hue angle of 315.48º 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 #B05398 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 152 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.31 |
| HSL | 315.48º | 0.37% | 0.51% | - |
| HSV(B) | 315.48º | 0.53% | 0.69% | - |
| XYZ | 26.67 | 17.68 | 31.71 | - |
| YUV | 118.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 152 | 0 | 0.53 | 0.14 | 0.31 | 315.48 | 0.37 | 0.51 |
| Hex | B0 | 53 | 98 | 0 | 35 | E | 1F | 13B | 25 | 33 |
| Octal | 260 | 123 | 230 | 0 | 65 | 16 | 37 | 473 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10011000 | 0 | 110101 | 1110 | 11111 | 100111011 | 100101 | 110011 |
Color Harmonies of #B05398
Complementary color
Monochromatic Colors of #B05398
Black with #B05398
Text Example
Text Example
White with #B05398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05398; }
p { color: rgb(176,83,152); }
H1.HeaderClassName
{
color: #B05398;
}
.AnyTagClassName
{
color: #B05398;
}
</style>
background-color css
<style>
a { background-color: #B05398; }
a { background-color: rgb(176,83,152); }
div.DivClassName
{
background-color: #B05398;
}
.BgClassName
{
background-color: #B05398;
}
</style>
border-color css
<style>
span { border-color: #B05398; }
span { border-color: rgb(176,83,152); }
td.TdClassName
{
border-color: #B05398;
}
.TagClassName
{
border-color: #B05398;
}
</style>