Shades of Violet Blue #B0569B
Tints of Violet Blue #B0569B
RGB
CMYK
RGB Variations
Color information
#B0569B (or 0xB0569B) is known color: Violet Blue. HEX triplet: B0, 56 and 9B. RGB value is (176,86,155). Sum of RGB (Red+Green+Blue) = 176+86+155=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569B is #4FA964. Grayscale: #787878. Windows color (decimal): -5220709 or 10180272. OLE color: 10180272.
HSL color Cylindrical-coordinate representation of color #B0569B: hue angle of 314º 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 #B0569B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 155 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.31 |
| HSL | 314º | 0.36% | 0.51% | - |
| HSV(B) | 314º | 0.51% | 0.69% | - |
| XYZ | 27.15 | 18.25 | 33.1 | - |
| YUV | 120.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 155 | 0 | 0.51 | 0.12 | 0.31 | 314 | 0.36 | 0.51 |
| Hex | B0 | 56 | 9B | 0 | 33 | C | 1F | 13A | 24 | 33 |
| Octal | 260 | 126 | 233 | 0 | 63 | 14 | 37 | 472 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10011011 | 0 | 110011 | 1100 | 11111 | 100111010 | 100100 | 110011 |
Color Harmonies of #B0569B
Complementary color
Monochromatic Colors of #B0569B
Black with #B0569B
Text Example
Text Example
White with #B0569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0569B; }
p { color: rgb(176,86,155); }
H1.HeaderClassName
{
color: #B0569B;
}
.AnyTagClassName
{
color: #B0569B;
}
</style>
background-color css
<style>
a { background-color: #B0569B; }
a { background-color: rgb(176,86,155); }
div.DivClassName
{
background-color: #B0569B;
}
.BgClassName
{
background-color: #B0569B;
}
</style>
border-color css
<style>
span { border-color: #B0569B; }
span { border-color: rgb(176,86,155); }
td.TdClassName
{
border-color: #B0569B;
}
.TagClassName
{
border-color: #B0569B;
}
</style>