Shades of Violet Blue #B353A1
Tints of Violet Blue #B353A1
RGB
CMYK
RGB Variations
Color information
#B353A1 (or 0xB353A1) is known color: Violet Blue. HEX triplet: B3, 53 and A1. RGB value is (179,83,161). Sum of RGB (Red+Green+Blue) = 179+83+161=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A1 is #4CAC5E. Grayscale: #787878. Windows color (decimal): -5024863 or 10572723. OLE color: 10572723.
HSL color Cylindrical-coordinate representation of color #B353A1: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353A1 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 161 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.30 |
| HSL | 311.25º | 0.39% | 0.51% | - |
| HSV(B) | 311.25º | 0.54% | 0.7% | - |
| XYZ | 28.12 | 18.34 | 35.78 | - |
| YUV | 120.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 161 | 0 | 0.54 | 0.10 | 0.30 | 311.25 | 0.39 | 0.51 |
| Hex | B3 | 53 | A1 | 0 | 36 | A | 1E | 137 | 27 | 33 |
| Octal | 263 | 123 | 241 | 0 | 66 | 12 | 36 | 467 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10100001 | 0 | 110110 | 1010 | 11110 | 100110111 | 100111 | 110011 |
Color Harmonies of #B353A1
Complementary color
Monochromatic Colors of #B353A1
Black with #B353A1
Text Example
Text Example
White with #B353A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353A1; }
p { color: rgb(179,83,161); }
H1.HeaderClassName
{
color: #B353A1;
}
.AnyTagClassName
{
color: #B353A1;
}
</style>
background-color css
<style>
a { background-color: #B353A1; }
a { background-color: rgb(179,83,161); }
div.DivClassName
{
background-color: #B353A1;
}
.BgClassName
{
background-color: #B353A1;
}
</style>
border-color css
<style>
span { border-color: #B353A1; }
span { border-color: rgb(179,83,161); }
td.TdClassName
{
border-color: #B353A1;
}
.TagClassName
{
border-color: #B353A1;
}
</style>