Shades of Violet Blue #B253AA
Tints of Violet Blue #B253AA
RGB
CMYK
RGB Variations
Color information
#B253AA (or 0xB253AA) is known color: Violet Blue. HEX triplet: B2, 53 and AA. RGB value is (178,83,170). Sum of RGB (Red+Green+Blue) = 178+83+170=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B253AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B253AA is #4DAC55. Grayscale: #797979. Windows color (decimal): -5090390 or 11162546. OLE color: 11162546.
HSL color Cylindrical-coordinate representation of color #B253AA: hue angle of 305.05º 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 #B253AA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 170 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.30 |
| HSL | 305.05º | 0.38% | 0.51% | - |
| HSV(B) | 305.05º | 0.53% | 0.7% | - |
| XYZ | 28.71 | 18.55 | 40.1 | - |
| YUV | 121.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 170 | 0 | 0.53 | 0.04 | 0.30 | 305.05 | 0.38 | 0.51 |
| Hex | B2 | 53 | AA | 0 | 35 | 4 | 1E | 131 | 26 | 33 |
| Octal | 262 | 123 | 252 | 0 | 65 | 4 | 36 | 461 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10101010 | 0 | 110101 | 100 | 11110 | 100110001 | 100110 | 110011 |
Color Harmonies of #B253AA
Complementary color
Monochromatic Colors of #B253AA
Black with #B253AA
Text Example
Text Example
White with #B253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B253AA; }
p { color: rgb(178,83,170); }
H1.HeaderClassName
{
color: #B253AA;
}
.AnyTagClassName
{
color: #B253AA;
}
</style>
background-color css
<style>
a { background-color: #B253AA; }
a { background-color: rgb(178,83,170); }
div.DivClassName
{
background-color: #B253AA;
}
.BgClassName
{
background-color: #B253AA;
}
</style>
border-color css
<style>
span { border-color: #B253AA; }
span { border-color: rgb(178,83,170); }
td.TdClassName
{
border-color: #B253AA;
}
.TagClassName
{
border-color: #B253AA;
}
</style>