Shades of Violet Blue #B24EAA
Tints of Violet Blue #B24EAA
RGB
CMYK
RGB Variations
Color information
#B24EAA (or 0xB24EAA) is known color: Violet Blue. HEX triplet: B2, 4E and AA. RGB value is (178,78,170). Sum of RGB (Red+Green+Blue) = 178+78+170=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B24EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24EAA is #4DB155. Grayscale: #767676. Windows color (decimal): -5091670 or 11161266. OLE color: 11161266.
HSL color Cylindrical-coordinate representation of color #B24EAA: hue angle of 304.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24EAA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 170 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.30 |
| HSL | 304.8º | 0.39% | 0.5% | - |
| HSV(B) | 304.8º | 0.56% | 0.7% | - |
| XYZ | 28.34 | 17.82 | 39.98 | - |
| YUV | 118.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 170 | 0 | 0.56 | 0.04 | 0.30 | 304.8 | 0.39 | 0.5 |
| Hex | B2 | 4E | AA | 0 | 38 | 4 | 1E | 131 | 27 | 32 |
| Octal | 262 | 116 | 252 | 0 | 70 | 4 | 36 | 461 | 47 | 62 |
| Binary | 10110010 | 1001110 | 10101010 | 0 | 111000 | 100 | 11110 | 100110001 | 100111 | 110010 |
Color Harmonies of #B24EAA
Complementary color
Monochromatic Colors of #B24EAA
Black with #B24EAA
Text Example
Text Example
White with #B24EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EAA; }
p { color: rgb(178,78,170); }
H1.HeaderClassName
{
color: #B24EAA;
}
.AnyTagClassName
{
color: #B24EAA;
}
</style>
background-color css
<style>
a { background-color: #B24EAA; }
a { background-color: rgb(178,78,170); }
div.DivClassName
{
background-color: #B24EAA;
}
.BgClassName
{
background-color: #B24EAA;
}
</style>
border-color css
<style>
span { border-color: #B24EAA; }
span { border-color: rgb(178,78,170); }
td.TdClassName
{
border-color: #B24EAA;
}
.TagClassName
{
border-color: #B24EAA;
}
</style>