Shades of Violet Blue #B354A2
Tints of Violet Blue #B354A2
RGB
CMYK
RGB Variations
Color information
#B354A2 (or 0xB354A2) is known color: Violet Blue. HEX triplet: B3, 54 and A2. RGB value is (179,84,162). Sum of RGB (Red+Green+Blue) = 179+84+162=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B354A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354A2 is #4CAB5D. Grayscale: #797979. Windows color (decimal): -5024606 or 10638515. OLE color: 10638515.
HSL color Cylindrical-coordinate representation of color #B354A2: hue angle of 310.74º 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 #B354A2 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 162 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.30 |
| HSL | 310.74º | 0.38% | 0.52% | - |
| HSV(B) | 310.74º | 0.53% | 0.7% | - |
| XYZ | 28.28 | 18.53 | 36.27 | - |
| YUV | 121.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 162 | 0 | 0.53 | 0.09 | 0.30 | 310.74 | 0.38 | 0.52 |
| Hex | B3 | 54 | A2 | 0 | 35 | 9 | 1E | 137 | 26 | 34 |
| Octal | 263 | 124 | 242 | 0 | 65 | 11 | 36 | 467 | 46 | 64 |
| Binary | 10110011 | 1010100 | 10100010 | 0 | 110101 | 1001 | 11110 | 100110111 | 100110 | 110100 |
Color Harmonies of #B354A2
Complementary color
Monochromatic Colors of #B354A2
Black with #B354A2
Text Example
Text Example
White with #B354A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354A2; }
p { color: rgb(179,84,162); }
H1.HeaderClassName
{
color: #B354A2;
}
.AnyTagClassName
{
color: #B354A2;
}
</style>
background-color css
<style>
a { background-color: #B354A2; }
a { background-color: rgb(179,84,162); }
div.DivClassName
{
background-color: #B354A2;
}
.BgClassName
{
background-color: #B354A2;
}
</style>
border-color css
<style>
span { border-color: #B354A2; }
span { border-color: rgb(179,84,162); }
td.TdClassName
{
border-color: #B354A2;
}
.TagClassName
{
border-color: #B354A2;
}
</style>