Shades of Electric Purple #B224ED
Tints of Electric Purple #B224ED
RGB
CMYK
RGB Variations
Color information
#B224ED (or 0xB224ED) is known color: Electric Purple. HEX triplet: B2, 24 and ED. RGB value is (178,36,237). Sum of RGB (Red+Green+Blue) = 178+36+237=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #B224ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B224ED is #4DDB12. Grayscale: #646464. Windows color (decimal): -5102355 or 15541426. OLE color: 15541426.
HSL color Cylindrical-coordinate representation of color #B224ED: hue angle of 282.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B224ED is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 36 | 237 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.07 |
| HSL | 282.39º | 0.85% | 0.54% | - |
| HSV(B) | 282.39º | 0.85% | 0.93% | - |
| XYZ | 34.28 | 16.84 | 81.56 | - |
| YUV | 101.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 237 | 0.25 | 0.85 | 0 | 0.07 | 282.39 | 0.85 | 0.54 |
| Hex | B2 | 24 | ED | 19 | 55 | 0 | 7 | 11A | 55 | 36 |
| Octal | 262 | 44 | 355 | 31 | 125 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110010 | 100100 | 11101101 | 11001 | 1010101 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B224ED
Complementary color
Monochromatic Colors of #B224ED
Black with #B224ED
Text Example
Text Example
White with #B224ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B224ED; }
p { color: rgb(178,36,237); }
H1.HeaderClassName
{
color: #B224ED;
}
.AnyTagClassName
{
color: #B224ED;
}
</style>
background-color css
<style>
a { background-color: #B224ED; }
a { background-color: rgb(178,36,237); }
div.DivClassName
{
background-color: #B224ED;
}
.BgClassName
{
background-color: #B224ED;
}
</style>
border-color css
<style>
span { border-color: #B224ED; }
span { border-color: rgb(178,36,237); }
td.TdClassName
{
border-color: #B224ED;
}
.TagClassName
{
border-color: #B224ED;
}
</style>