Shades of Violet Blue #B2569A
Tints of Violet Blue #B2569A
RGB
CMYK
RGB Variations
Color information
#B2569A (or 0xB2569A) is known color: Violet Blue. HEX triplet: B2, 56 and 9A. RGB value is (178,86,154). Sum of RGB (Red+Green+Blue) = 178+86+154=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2569A is #4DA965. Grayscale: #797979. Windows color (decimal): -5089638 or 10114738. OLE color: 10114738.
HSL color Cylindrical-coordinate representation of color #B2569A: hue angle of 315.65º 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 #B2569A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 154 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.30 |
| HSL | 315.65º | 0.37% | 0.52% | - |
| HSV(B) | 315.65º | 0.52% | 0.7% | - |
| XYZ | 27.52 | 18.45 | 32.68 | - |
| YUV | 121.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 154 | 0 | 0.52 | 0.13 | 0.30 | 315.65 | 0.37 | 0.52 |
| Hex | B2 | 56 | 9A | 0 | 34 | D | 1E | 13C | 25 | 34 |
| Octal | 262 | 126 | 232 | 0 | 64 | 15 | 36 | 474 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10011010 | 0 | 110100 | 1101 | 11110 | 100111100 | 100101 | 110100 |
Color Harmonies of #B2569A
Complementary color
Monochromatic Colors of #B2569A
Black with #B2569A
Text Example
Text Example
White with #B2569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2569A; }
p { color: rgb(178,86,154); }
H1.HeaderClassName
{
color: #B2569A;
}
.AnyTagClassName
{
color: #B2569A;
}
</style>
background-color css
<style>
a { background-color: #B2569A; }
a { background-color: rgb(178,86,154); }
div.DivClassName
{
background-color: #B2569A;
}
.BgClassName
{
background-color: #B2569A;
}
</style>
border-color css
<style>
span { border-color: #B2569A; }
span { border-color: rgb(178,86,154); }
td.TdClassName
{
border-color: #B2569A;
}
.TagClassName
{
border-color: #B2569A;
}
</style>