Shades of Electric Purple #B827EF
Tints of Electric Purple #B827EF
RGB
CMYK
RGB Variations
Color information
#B827EF (or 0xB827EF) is known color: Electric Purple. HEX triplet: B8, 27 and EF. RGB value is (184,39,239). Sum of RGB (Red+Green+Blue) = 184+39+239=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #B827EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827EF is #47D810. Grayscale: #686868. Windows color (decimal): -4708369 or 15673272. OLE color: 15673272.
HSL color Cylindrical-coordinate representation of color #B827EF: hue angle of 283.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827EF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 39 | 239 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.06 |
| HSL | 283.5º | 0.86% | 0.55% | - |
| HSV(B) | 283.5º | 0.84% | 0.94% | - |
| XYZ | 36.07 | 17.87 | 83.21 | - |
| YUV | 105.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 239 | 0.23 | 0.84 | 0 | 0.06 | 283.5 | 0.86 | 0.55 |
| Hex | B8 | 27 | EF | 17 | 54 | 0 | 6 | 11C | 56 | 37 |
| Octal | 270 | 47 | 357 | 27 | 124 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111000 | 100111 | 11101111 | 10111 | 1010100 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #B827EF
Complementary color
Monochromatic Colors of #B827EF
Black with #B827EF
Text Example
Text Example
White with #B827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827EF; }
p { color: rgb(184,39,239); }
H1.HeaderClassName
{
color: #B827EF;
}
.AnyTagClassName
{
color: #B827EF;
}
</style>
background-color css
<style>
a { background-color: #B827EF; }
a { background-color: rgb(184,39,239); }
div.DivClassName
{
background-color: #B827EF;
}
.BgClassName
{
background-color: #B827EF;
}
</style>
border-color css
<style>
span { border-color: #B827EF; }
span { border-color: rgb(184,39,239); }
td.TdClassName
{
border-color: #B827EF;
}
.TagClassName
{
border-color: #B827EF;
}
</style>