Shades of Electric Purple #B425ED
Tints of Electric Purple #B425ED
RGB
CMYK
RGB Variations
Color information
#B425ED (or 0xB425ED) is known color: Electric Purple. HEX triplet: B4, 25 and ED. RGB value is (180,37,237). Sum of RGB (Red+Green+Blue) = 180+37+237=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B425ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B425ED is #4BDA12. Grayscale: #656565. Windows color (decimal): -4971027 or 15541684. OLE color: 15541684.
HSL color Cylindrical-coordinate representation of color #B425ED: hue angle of 282.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B425ED is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 37 | 237 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.07 |
| HSL | 282.9º | 0.85% | 0.54% | - |
| HSV(B) | 282.9º | 0.84% | 0.93% | - |
| XYZ | 34.77 | 17.14 | 81.6 | - |
| YUV | 102.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 237 | 0.24 | 0.84 | 0 | 0.07 | 282.9 | 0.85 | 0.54 |
| Hex | B4 | 25 | ED | 18 | 54 | 0 | 7 | 11B | 55 | 36 |
| Octal | 264 | 45 | 355 | 30 | 124 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110100 | 100101 | 11101101 | 11000 | 1010100 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B425ED
Complementary color
Monochromatic Colors of #B425ED
Black with #B425ED
Text Example
Text Example
White with #B425ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B425ED; }
p { color: rgb(180,37,237); }
H1.HeaderClassName
{
color: #B425ED;
}
.AnyTagClassName
{
color: #B425ED;
}
</style>
background-color css
<style>
a { background-color: #B425ED; }
a { background-color: rgb(180,37,237); }
div.DivClassName
{
background-color: #B425ED;
}
.BgClassName
{
background-color: #B425ED;
}
</style>
border-color css
<style>
span { border-color: #B425ED; }
span { border-color: rgb(180,37,237); }
td.TdClassName
{
border-color: #B425ED;
}
.TagClassName
{
border-color: #B425ED;
}
</style>