Shades of Violet Blue #B2569B
Tints of Violet Blue #B2569B
RGB
CMYK
RGB Variations
Color information
#B2569B (or 0xB2569B) is known color: Violet Blue. HEX triplet: B2, 56 and 9B. RGB value is (178,86,155). Sum of RGB (Red+Green+Blue) = 178+86+155=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2569B is #4DA964. Grayscale: #797979. Windows color (decimal): -5089637 or 10180274. OLE color: 10180274.
HSL color Cylindrical-coordinate representation of color #B2569B: hue angle of 315º 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 #B2569B is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 155 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.30 |
| HSL | 315º | 0.37% | 0.52% | - |
| HSV(B) | 315º | 0.52% | 0.7% | - |
| XYZ | 27.6 | 18.49 | 33.12 | - |
| YUV | 121.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 155 | 0 | 0.52 | 0.13 | 0.30 | 315 | 0.37 | 0.52 |
| Hex | B2 | 56 | 9B | 0 | 34 | D | 1E | 13B | 25 | 34 |
| Octal | 262 | 126 | 233 | 0 | 64 | 15 | 36 | 473 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10011011 | 0 | 110100 | 1101 | 11110 | 100111011 | 100101 | 110100 |
Color Harmonies of #B2569B
Complementary color
Monochromatic Colors of #B2569B
Black with #B2569B
Text Example
Text Example
White with #B2569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2569B; }
p { color: rgb(178,86,155); }
H1.HeaderClassName
{
color: #B2569B;
}
.AnyTagClassName
{
color: #B2569B;
}
</style>
background-color css
<style>
a { background-color: #B2569B; }
a { background-color: rgb(178,86,155); }
div.DivClassName
{
background-color: #B2569B;
}
.BgClassName
{
background-color: #B2569B;
}
</style>
border-color css
<style>
span { border-color: #B2569B; }
span { border-color: rgb(178,86,155); }
td.TdClassName
{
border-color: #B2569B;
}
.TagClassName
{
border-color: #B2569B;
}
</style>