Shades of Electric Purple #B827EC
Tints of Electric Purple #B827EC
RGB
CMYK
RGB Variations
Color information
#B827EC (or 0xB827EC) is known color: Electric Purple. HEX triplet: B8, 27 and EC. RGB value is (184,39,236). Sum of RGB (Red+Green+Blue) = 184+39+236=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #B827EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827EC is #47D813. Grayscale: #686868. Windows color (decimal): -4708372 or 15476664. OLE color: 15476664.
HSL color Cylindrical-coordinate representation of color #B827EC: hue angle of 284.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B827EC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 39 | 236 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.07 |
| HSL | 284.16º | 0.84% | 0.54% | - |
| HSV(B) | 284.16º | 0.83% | 0.93% | - |
| XYZ | 35.63 | 17.7 | 80.89 | - |
| YUV | 104.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 236 | 0.22 | 0.83 | 0 | 0.07 | 284.16 | 0.84 | 0.54 |
| Hex | B8 | 27 | EC | 16 | 53 | 0 | 7 | 11C | 54 | 36 |
| Octal | 270 | 47 | 354 | 26 | 123 | 0 | 7 | 434 | 124 | 66 |
| Binary | 10111000 | 100111 | 11101100 | 10110 | 1010011 | 0 | 111 | 100011100 | 1010100 | 110110 |
Color Harmonies of #B827EC
Complementary color
Monochromatic Colors of #B827EC
Black with #B827EC
Text Example
Text Example
White with #B827EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827EC; }
p { color: rgb(184,39,236); }
H1.HeaderClassName
{
color: #B827EC;
}
.AnyTagClassName
{
color: #B827EC;
}
</style>
background-color css
<style>
a { background-color: #B827EC; }
a { background-color: rgb(184,39,236); }
div.DivClassName
{
background-color: #B827EC;
}
.BgClassName
{
background-color: #B827EC;
}
</style>
border-color css
<style>
span { border-color: #B827EC; }
span { border-color: rgb(184,39,236); }
td.TdClassName
{
border-color: #B827EC;
}
.TagClassName
{
border-color: #B827EC;
}
</style>