Shades of Violet Blue #B353A3
Tints of Violet Blue #B353A3
RGB
CMYK
RGB Variations
Color information
#B353A3 (or 0xB353A3) is known color: Violet Blue. HEX triplet: B3, 53 and A3. RGB value is (179,83,163). Sum of RGB (Red+Green+Blue) = 179+83+163=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A3 is #4CAC5C. Grayscale: #787878. Windows color (decimal): -5024861 or 10703795. OLE color: 10703795.
HSL color Cylindrical-coordinate representation of color #B353A3: hue angle of 310º 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 #B353A3 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 163 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.30 |
| HSL | 310º | 0.39% | 0.51% | - |
| HSV(B) | 310º | 0.54% | 0.7% | - |
| XYZ | 28.29 | 18.41 | 36.71 | - |
| YUV | 120.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 163 | 0 | 0.54 | 0.09 | 0.30 | 310 | 0.39 | 0.51 |
| Hex | B3 | 53 | A3 | 0 | 36 | 9 | 1E | 136 | 27 | 33 |
| Octal | 263 | 123 | 243 | 0 | 66 | 11 | 36 | 466 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10100011 | 0 | 110110 | 1001 | 11110 | 100110110 | 100111 | 110011 |
Color Harmonies of #B353A3
Complementary color
Monochromatic Colors of #B353A3
Black with #B353A3
Text Example
Text Example
White with #B353A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353A3; }
p { color: rgb(179,83,163); }
H1.HeaderClassName
{
color: #B353A3;
}
.AnyTagClassName
{
color: #B353A3;
}
</style>
background-color css
<style>
a { background-color: #B353A3; }
a { background-color: rgb(179,83,163); }
div.DivClassName
{
background-color: #B353A3;
}
.BgClassName
{
background-color: #B353A3;
}
</style>
border-color css
<style>
span { border-color: #B353A3; }
span { border-color: rgb(179,83,163); }
td.TdClassName
{
border-color: #B353A3;
}
.TagClassName
{
border-color: #B353A3;
}
</style>