Shades of Violet Blue #B0459D
Tints of Violet Blue #B0459D
RGB
CMYK
RGB Variations
Color information
#B0459D (or 0xB0459D) is known color: Violet Blue. HEX triplet: B0, 45 and 9D. RGB value is (176,69,157). Sum of RGB (Red+Green+Blue) = 176+69+157=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0459D is #4FBA62. Grayscale: #6E6E6E. Windows color (decimal): -5225059 or 10306992. OLE color: 10306992.
HSL color Cylindrical-coordinate representation of color #B0459D: hue angle of 310.65º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0459D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 157 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.31 |
| HSL | 310.65º | 0.44% | 0.48% | - |
| HSV(B) | 310.65º | 0.61% | 0.69% | - |
| XYZ | 26.12 | 15.92 | 33.59 | - |
| YUV | 111.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 157 | 0 | 0.61 | 0.11 | 0.31 | 310.65 | 0.44 | 0.48 |
| Hex | B0 | 45 | 9D | 0 | 3D | B | 1F | 137 | 2C | 30 |
| Octal | 260 | 105 | 235 | 0 | 75 | 13 | 37 | 467 | 54 | 60 |
| Binary | 10110000 | 1000101 | 10011101 | 0 | 111101 | 1011 | 11111 | 100110111 | 101100 | 110000 |
Color Harmonies of #B0459D
Complementary color
Monochromatic Colors of #B0459D
Black with #B0459D
Text Example
Text Example
White with #B0459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0459D; }
p { color: rgb(176,69,157); }
H1.HeaderClassName
{
color: #B0459D;
}
.AnyTagClassName
{
color: #B0459D;
}
</style>
background-color css
<style>
a { background-color: #B0459D; }
a { background-color: rgb(176,69,157); }
div.DivClassName
{
background-color: #B0459D;
}
.BgClassName
{
background-color: #B0459D;
}
</style>
border-color css
<style>
span { border-color: #B0459D; }
span { border-color: rgb(176,69,157); }
td.TdClassName
{
border-color: #B0459D;
}
.TagClassName
{
border-color: #B0459D;
}
</style>