Shades of Violet Blue #B354A0
Tints of Violet Blue #B354A0
RGB
CMYK
RGB Variations
Color information
#B354A0 (or 0xB354A0) is known color: Violet Blue. HEX triplet: B3, 54 and A0. RGB value is (179,84,160). Sum of RGB (Red+Green+Blue) = 179+84+160=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B354A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354A0 is #4CAB5F. Grayscale: #787878. Windows color (decimal): -5024608 or 10507443. OLE color: 10507443.
HSL color Cylindrical-coordinate representation of color #B354A0: hue angle of 312º 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 #B354A0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 160 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.30 |
| HSL | 312º | 0.38% | 0.52% | - |
| HSV(B) | 312º | 0.53% | 0.7% | - |
| XYZ | 28.11 | 18.46 | 35.34 | - |
| YUV | 121.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 160 | 0 | 0.53 | 0.11 | 0.30 | 312 | 0.38 | 0.52 |
| Hex | B3 | 54 | A0 | 0 | 35 | B | 1E | 138 | 26 | 34 |
| Octal | 263 | 124 | 240 | 0 | 65 | 13 | 36 | 470 | 46 | 64 |
| Binary | 10110011 | 1010100 | 10100000 | 0 | 110101 | 1011 | 11110 | 100111000 | 100110 | 110100 |
Color Harmonies of #B354A0
Complementary color
Monochromatic Colors of #B354A0
Black with #B354A0
Text Example
Text Example
White with #B354A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354A0; }
p { color: rgb(179,84,160); }
H1.HeaderClassName
{
color: #B354A0;
}
.AnyTagClassName
{
color: #B354A0;
}
</style>
background-color css
<style>
a { background-color: #B354A0; }
a { background-color: rgb(179,84,160); }
div.DivClassName
{
background-color: #B354A0;
}
.BgClassName
{
background-color: #B354A0;
}
</style>
border-color css
<style>
span { border-color: #B354A0; }
span { border-color: rgb(179,84,160); }
td.TdClassName
{
border-color: #B354A0;
}
.TagClassName
{
border-color: #B354A0;
}
</style>