Shades of Electric Purple #B825EF
Tints of Electric Purple #B825EF
RGB
CMYK
RGB Variations
Color information
#B825EF (or 0xB825EF) is known color: Electric Purple. HEX triplet: B8, 25 and EF. RGB value is (184,37,239). Sum of RGB (Red+Green+Blue) = 184+37+239=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #B825EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825EF is #47DA10. Grayscale: #676767. Windows color (decimal): -4708881 or 15672760. OLE color: 15672760.
HSL color Cylindrical-coordinate representation of color #B825EF: hue angle of 283.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B825EF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 37 | 239 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.06 |
| HSL | 283.66º | 0.86% | 0.54% | - |
| HSV(B) | 283.66º | 0.85% | 0.94% | - |
| XYZ | 36.01 | 17.75 | 83.19 | - |
| YUV | 103.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 239 | 0.23 | 0.85 | 0 | 0.06 | 283.66 | 0.86 | 0.54 |
| Hex | B8 | 25 | EF | 17 | 55 | 0 | 6 | 11C | 56 | 36 |
| Octal | 270 | 45 | 357 | 27 | 125 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10111000 | 100101 | 11101111 | 10111 | 1010101 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B825EF
Complementary color
Monochromatic Colors of #B825EF
Black with #B825EF
Text Example
Text Example
White with #B825EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825EF; }
p { color: rgb(184,37,239); }
H1.HeaderClassName
{
color: #B825EF;
}
.AnyTagClassName
{
color: #B825EF;
}
</style>
background-color css
<style>
a { background-color: #B825EF; }
a { background-color: rgb(184,37,239); }
div.DivClassName
{
background-color: #B825EF;
}
.BgClassName
{
background-color: #B825EF;
}
</style>
border-color css
<style>
span { border-color: #B825EF; }
span { border-color: rgb(184,37,239); }
td.TdClassName
{
border-color: #B825EF;
}
.TagClassName
{
border-color: #B825EF;
}
</style>