Shades of Violet Blue #B253A1
Tints of Violet Blue #B253A1
RGB
CMYK
RGB Variations
Color information
#B253A1 (or 0xB253A1) is known color: Violet Blue. HEX triplet: B2, 53 and A1. RGB value is (178,83,161). Sum of RGB (Red+Green+Blue) = 178+83+161=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B253A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B253A1 is #4DAC5E. Grayscale: #787878. Windows color (decimal): -5090399 or 10572722. OLE color: 10572722.
HSL color Cylindrical-coordinate representation of color #B253A1: hue angle of 310.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B253A1 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 161 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.30 |
| HSL | 310.74º | 0.38% | 0.51% | - |
| HSV(B) | 310.74º | 0.53% | 0.7% | - |
| XYZ | 27.89 | 18.22 | 35.77 | - |
| YUV | 120.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 161 | 0 | 0.53 | 0.10 | 0.30 | 310.74 | 0.38 | 0.51 |
| Hex | B2 | 53 | A1 | 0 | 35 | A | 1E | 137 | 26 | 33 |
| Octal | 262 | 123 | 241 | 0 | 65 | 12 | 36 | 467 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10100001 | 0 | 110101 | 1010 | 11110 | 100110111 | 100110 | 110011 |
Color Harmonies of #B253A1
Complementary color
Monochromatic Colors of #B253A1
Black with #B253A1
Text Example
Text Example
White with #B253A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253A1; }
p { color: rgb(178,83,161); }
H1.HeaderClassName
{
color: #B253A1;
}
.AnyTagClassName
{
color: #B253A1;
}
</style>
background-color css
<style>
a { background-color: #B253A1; }
a { background-color: rgb(178,83,161); }
div.DivClassName
{
background-color: #B253A1;
}
.BgClassName
{
background-color: #B253A1;
}
</style>
border-color css
<style>
span { border-color: #B253A1; }
span { border-color: rgb(178,83,161); }
td.TdClassName
{
border-color: #B253A1;
}
.TagClassName
{
border-color: #B253A1;
}
</style>