Shades of Violet Blue #B354A8
Tints of Violet Blue #B354A8
RGB
CMYK
RGB Variations
Color information
#B354A8 (or 0xB354A8) is known color: Violet Blue. HEX triplet: B3, 54 and A8. RGB value is (179,84,168). Sum of RGB (Red+Green+Blue) = 179+84+168=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B354A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354A8 is #4CAB57. Grayscale: #797979. Windows color (decimal): -5024600 or 11031731. OLE color: 11031731.
HSL color Cylindrical-coordinate representation of color #B354A8: hue angle of 306.95º 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 #B354A8 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 168 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.30 |
| HSL | 306.95º | 0.38% | 0.52% | - |
| HSV(B) | 306.95º | 0.53% | 0.7% | - |
| XYZ | 28.83 | 18.75 | 39.15 | - |
| YUV | 121.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 168 | 0 | 0.53 | 0.06 | 0.30 | 306.95 | 0.38 | 0.52 |
| Hex | B3 | 54 | A8 | 0 | 35 | 6 | 1E | 133 | 26 | 34 |
| Octal | 263 | 124 | 250 | 0 | 65 | 6 | 36 | 463 | 46 | 64 |
| Binary | 10110011 | 1010100 | 10101000 | 0 | 110101 | 110 | 11110 | 100110011 | 100110 | 110100 |
Color Harmonies of #B354A8
Complementary color
Monochromatic Colors of #B354A8
Black with #B354A8
Text Example
Text Example
White with #B354A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B354A8; }
p { color: rgb(179,84,168); }
H1.HeaderClassName
{
color: #B354A8;
}
.AnyTagClassName
{
color: #B354A8;
}
</style>
background-color css
<style>
a { background-color: #B354A8; }
a { background-color: rgb(179,84,168); }
div.DivClassName
{
background-color: #B354A8;
}
.BgClassName
{
background-color: #B354A8;
}
</style>
border-color css
<style>
span { border-color: #B354A8; }
span { border-color: rgb(179,84,168); }
td.TdClassName
{
border-color: #B354A8;
}
.TagClassName
{
border-color: #B354A8;
}
</style>