Shades of Violet Blue #B2569F
Tints of Violet Blue #B2569F
RGB
CMYK
RGB Variations
Color information
#B2569F (or 0xB2569F) is known color: Violet Blue. HEX triplet: B2, 56 and 9F. RGB value is (178,86,159). Sum of RGB (Red+Green+Blue) = 178+86+159=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2569F is #4DA960. Grayscale: #797979. Windows color (decimal): -5089633 or 10442418. OLE color: 10442418.
HSL color Cylindrical-coordinate representation of color #B2569F: hue angle of 312.39º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2569F is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 159 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.30 |
| HSL | 312.39º | 0.37% | 0.52% | - |
| HSV(B) | 312.39º | 0.52% | 0.7% | - |
| XYZ | 27.95 | 18.62 | 34.92 | - |
| YUV | 121.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 159 | 0 | 0.52 | 0.11 | 0.30 | 312.39 | 0.37 | 0.52 |
| Hex | B2 | 56 | 9F | 0 | 34 | B | 1E | 138 | 25 | 34 |
| Octal | 262 | 126 | 237 | 0 | 64 | 13 | 36 | 470 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10011111 | 0 | 110100 | 1011 | 11110 | 100111000 | 100101 | 110100 |
Color Harmonies of #B2569F
Complementary color
Monochromatic Colors of #B2569F
Black with #B2569F
Text Example
Text Example
White with #B2569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2569F; }
p { color: rgb(178,86,159); }
H1.HeaderClassName
{
color: #B2569F;
}
.AnyTagClassName
{
color: #B2569F;
}
</style>
background-color css
<style>
a { background-color: #B2569F; }
a { background-color: rgb(178,86,159); }
div.DivClassName
{
background-color: #B2569F;
}
.BgClassName
{
background-color: #B2569F;
}
</style>
border-color css
<style>
span { border-color: #B2569F; }
span { border-color: rgb(178,86,159); }
td.TdClassName
{
border-color: #B2569F;
}
.TagClassName
{
border-color: #B2569F;
}
</style>