Shades of Violet Blue #B453A3
Tints of Violet Blue #B453A3
RGB
CMYK
RGB Variations
Color information
#B453A3 (or 0xB453A3) is known color: Violet Blue. HEX triplet: B4, 53 and A3. RGB value is (180,83,163). Sum of RGB (Red+Green+Blue) = 180+83+163=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B453A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453A3 is #4BAC5C. Grayscale: #787878. Windows color (decimal): -4959325 or 10703796. OLE color: 10703796.
HSL color Cylindrical-coordinate representation of color #B453A3: hue angle of 310.52º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B453A3 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 163 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.29 |
| HSL | 310.52º | 0.39% | 0.52% | - |
| HSV(B) | 310.52º | 0.54% | 0.71% | - |
| XYZ | 28.53 | 18.53 | 36.72 | - |
| YUV | 121.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 163 | 0 | 0.54 | 0.09 | 0.29 | 310.52 | 0.39 | 0.52 |
| Hex | B4 | 53 | A3 | 0 | 36 | 9 | 1D | 137 | 27 | 34 |
| Octal | 264 | 123 | 243 | 0 | 66 | 11 | 35 | 467 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10100011 | 0 | 110110 | 1001 | 11101 | 100110111 | 100111 | 110100 |
Color Harmonies of #B453A3
Complementary color
Monochromatic Colors of #B453A3
Black with #B453A3
Text Example
Text Example
White with #B453A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B453A3; }
p { color: rgb(180,83,163); }
H1.HeaderClassName
{
color: #B453A3;
}
.AnyTagClassName
{
color: #B453A3;
}
</style>
background-color css
<style>
a { background-color: #B453A3; }
a { background-color: rgb(180,83,163); }
div.DivClassName
{
background-color: #B453A3;
}
.BgClassName
{
background-color: #B453A3;
}
</style>
border-color css
<style>
span { border-color: #B453A3; }
span { border-color: rgb(180,83,163); }
td.TdClassName
{
border-color: #B453A3;
}
.TagClassName
{
border-color: #B453A3;
}
</style>