Shades of Violet Blue #B3569B
Tints of Violet Blue #B3569B
RGB
CMYK
RGB Variations
Color information
#B3569B (or 0xB3569B) is known color: Violet Blue. HEX triplet: B3, 56 and 9B. RGB value is (179,86,155). Sum of RGB (Red+Green+Blue) = 179+86+155=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3569B is #4CA964. Grayscale: #797979. Windows color (decimal): -5024101 or 10180275. OLE color: 10180275.
HSL color Cylindrical-coordinate representation of color #B3569B: hue angle of 315.48º degrees, saturation: 0.38, 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 #B3569B is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 155 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.30 |
| HSL | 315.48º | 0.38% | 0.52% | - |
| HSV(B) | 315.48º | 0.52% | 0.7% | - |
| XYZ | 27.83 | 18.61 | 33.13 | - |
| YUV | 121.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 155 | 0 | 0.52 | 0.13 | 0.30 | 315.48 | 0.38 | 0.52 |
| Hex | B3 | 56 | 9B | 0 | 34 | D | 1E | 13B | 26 | 34 |
| Octal | 263 | 126 | 233 | 0 | 64 | 15 | 36 | 473 | 46 | 64 |
| Binary | 10110011 | 1010110 | 10011011 | 0 | 110100 | 1101 | 11110 | 100111011 | 100110 | 110100 |
Color Harmonies of #B3569B
Complementary color
Monochromatic Colors of #B3569B
Black with #B3569B
Text Example
Text Example
White with #B3569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3569B; }
p { color: rgb(179,86,155); }
H1.HeaderClassName
{
color: #B3569B;
}
.AnyTagClassName
{
color: #B3569B;
}
</style>
background-color css
<style>
a { background-color: #B3569B; }
a { background-color: rgb(179,86,155); }
div.DivClassName
{
background-color: #B3569B;
}
.BgClassName
{
background-color: #B3569B;
}
</style>
border-color css
<style>
span { border-color: #B3569B; }
span { border-color: rgb(179,86,155); }
td.TdClassName
{
border-color: #B3569B;
}
.TagClassName
{
border-color: #B3569B;
}
</style>