Shades of Violet Blue #B3549C
Tints of Violet Blue #B3549C
RGB
CMYK
RGB Variations
Color information
#B3549C (or 0xB3549C) is known color: Violet Blue. HEX triplet: B3, 54 and 9C. RGB value is (179,84,156). Sum of RGB (Red+Green+Blue) = 179+84+156=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3549C is #4CAB63. Grayscale: #787878. Windows color (decimal): -5024612 or 10245299. OLE color: 10245299.
HSL color Cylindrical-coordinate representation of color #B3549C: hue angle of 314.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3549C is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 156 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.30 |
| HSL | 314.53º | 0.38% | 0.52% | - |
| HSV(B) | 314.53º | 0.53% | 0.7% | - |
| XYZ | 27.76 | 18.32 | 33.53 | - |
| YUV | 120.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 156 | 0 | 0.53 | 0.13 | 0.30 | 314.53 | 0.38 | 0.52 |
| Hex | B3 | 54 | 9C | 0 | 35 | D | 1E | 13B | 26 | 34 |
| Octal | 263 | 124 | 234 | 0 | 65 | 15 | 36 | 473 | 46 | 64 |
| Binary | 10110011 | 1010100 | 10011100 | 0 | 110101 | 1101 | 11110 | 100111011 | 100110 | 110100 |
Color Harmonies of #B3549C
Complementary color
Monochromatic Colors of #B3549C
Black with #B3549C
Text Example
Text Example
White with #B3549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3549C; }
p { color: rgb(179,84,156); }
H1.HeaderClassName
{
color: #B3549C;
}
.AnyTagClassName
{
color: #B3549C;
}
</style>
background-color css
<style>
a { background-color: #B3549C; }
a { background-color: rgb(179,84,156); }
div.DivClassName
{
background-color: #B3549C;
}
.BgClassName
{
background-color: #B3549C;
}
</style>
border-color css
<style>
span { border-color: #B3549C; }
span { border-color: rgb(179,84,156); }
td.TdClassName
{
border-color: #B3549C;
}
.TagClassName
{
border-color: #B3549C;
}
</style>