Shades of Violet Blue #B0569F
Tints of Violet Blue #B0569F
RGB
CMYK
RGB Variations
Color information
#B0569F (or 0xB0569F) is known color: Violet Blue. HEX triplet: B0, 56 and 9F. RGB value is (176,86,159). Sum of RGB (Red+Green+Blue) = 176+86+159=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569F is #4FA960. Grayscale: #797979. Windows color (decimal): -5220705 or 10442416. OLE color: 10442416.
HSL color Cylindrical-coordinate representation of color #B0569F: hue angle of 311.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0569F is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 159 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.31 |
| HSL | 311.33º | 0.36% | 0.51% | - |
| HSV(B) | 311.33º | 0.51% | 0.69% | - |
| XYZ | 27.49 | 18.39 | 34.9 | - |
| YUV | 121.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 159 | 0 | 0.51 | 0.10 | 0.31 | 311.33 | 0.36 | 0.51 |
| Hex | B0 | 56 | 9F | 0 | 33 | A | 1F | 137 | 24 | 33 |
| Octal | 260 | 126 | 237 | 0 | 63 | 12 | 37 | 467 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10011111 | 0 | 110011 | 1010 | 11111 | 100110111 | 100100 | 110011 |
Color Harmonies of #B0569F
Complementary color
Monochromatic Colors of #B0569F
Black with #B0569F
Text Example
Text Example
White with #B0569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0569F; }
p { color: rgb(176,86,159); }
H1.HeaderClassName
{
color: #B0569F;
}
.AnyTagClassName
{
color: #B0569F;
}
</style>
background-color css
<style>
a { background-color: #B0569F; }
a { background-color: rgb(176,86,159); }
div.DivClassName
{
background-color: #B0569F;
}
.BgClassName
{
background-color: #B0569F;
}
</style>
border-color css
<style>
span { border-color: #B0569F; }
span { border-color: rgb(176,86,159); }
td.TdClassName
{
border-color: #B0569F;
}
.TagClassName
{
border-color: #B0569F;
}
</style>