Shades of Electric Purple #B825ED
Tints of Electric Purple #B825ED
RGB
CMYK
RGB Variations
Color information
#B825ED (or 0xB825ED) is known color: Electric Purple. HEX triplet: B8, 25 and ED. RGB value is (184,37,237). Sum of RGB (Red+Green+Blue) = 184+37+237=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #B825ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825ED is #47DA12. Grayscale: #676767. Windows color (decimal): -4708883 or 15541688. OLE color: 15541688.
HSL color Cylindrical-coordinate representation of color #B825ED: hue angle of 284.1º 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 #B825ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 37 | 237 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.1º | 0.85% | 0.54% | - |
| HSV(B) | 284.1º | 0.84% | 0.93% | - |
| XYZ | 35.71 | 17.63 | 81.64 | - |
| YUV | 103.75 | 203.2 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 237 | 0.22 | 0.84 | 0 | 0.07 | 284.1 | 0.85 | 0.54 |
| Hex | B8 | 25 | ED | 16 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 270 | 45 | 355 | 26 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111000 | 100101 | 11101101 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B825ED
Complementary color
Monochromatic Colors of #B825ED
Black with #B825ED
Text Example
Text Example
White with #B825ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825ED; }
p { color: rgb(184,37,237); }
H1.HeaderClassName
{
color: #B825ED;
}
.AnyTagClassName
{
color: #B825ED;
}
</style>
background-color css
<style>
a { background-color: #B825ED; }
a { background-color: rgb(184,37,237); }
div.DivClassName
{
background-color: #B825ED;
}
.BgClassName
{
background-color: #B825ED;
}
</style>
border-color css
<style>
span { border-color: #B825ED; }
span { border-color: rgb(184,37,237); }
td.TdClassName
{
border-color: #B825ED;
}
.TagClassName
{
border-color: #B825ED;
}
</style>