Shades of Electric Purple #B823EC
Tints of Electric Purple #B823EC
RGB
CMYK
RGB Variations
Color information
#B823EC (or 0xB823EC) is known color: Electric Purple. HEX triplet: B8, 23 and EC. RGB value is (184,35,236). Sum of RGB (Red+Green+Blue) = 184+35+236=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #B823EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823EC is #47DC13. Grayscale: #656565. Windows color (decimal): -4709396 or 15475640. OLE color: 15475640.
HSL color Cylindrical-coordinate representation of color #B823EC: hue angle of 284.48º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B823EC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 35 | 236 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.48º | 0.84% | 0.53% | - |
| HSV(B) | 284.48º | 0.85% | 0.93% | - |
| XYZ | 35.51 | 17.45 | 80.85 | - |
| YUV | 102.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 236 | 0.22 | 0.85 | 0 | 0.07 | 284.48 | 0.84 | 0.53 |
| Hex | B8 | 23 | EC | 16 | 55 | 0 | 7 | 11C | 54 | 35 |
| Octal | 270 | 43 | 354 | 26 | 125 | 0 | 7 | 434 | 124 | 65 |
| Binary | 10111000 | 100011 | 11101100 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010100 | 110101 |
Color Harmonies of #B823EC
Complementary color
Monochromatic Colors of #B823EC
Black with #B823EC
Text Example
Text Example
White with #B823EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823EC; }
p { color: rgb(184,35,236); }
H1.HeaderClassName
{
color: #B823EC;
}
.AnyTagClassName
{
color: #B823EC;
}
</style>
background-color css
<style>
a { background-color: #B823EC; }
a { background-color: rgb(184,35,236); }
div.DivClassName
{
background-color: #B823EC;
}
.BgClassName
{
background-color: #B823EC;
}
</style>
border-color css
<style>
span { border-color: #B823EC; }
span { border-color: rgb(184,35,236); }
td.TdClassName
{
border-color: #B823EC;
}
.TagClassName
{
border-color: #B823EC;
}
</style>