Shades of Electric Purple #B823EE
Tints of Electric Purple #B823EE
RGB
CMYK
RGB Variations
Color information
#B823EE (or 0xB823EE) is known color: Electric Purple. HEX triplet: B8, 23 and EE. RGB value is (184,35,238). Sum of RGB (Red+Green+Blue) = 184+35+238=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B823EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823EE is #47DC11. Grayscale: #666666. Windows color (decimal): -4709394 or 15606712. OLE color: 15606712.
HSL color Cylindrical-coordinate representation of color #B823EE: hue angle of 284.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B823EE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 35 | 238 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.07 |
| HSL | 284.04º | 0.86% | 0.54% | - |
| HSV(B) | 284.04º | 0.85% | 0.93% | - |
| XYZ | 35.8 | 17.57 | 82.39 | - |
| YUV | 102.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 238 | 0.23 | 0.85 | 0 | 0.07 | 284.04 | 0.86 | 0.54 |
| Hex | B8 | 23 | EE | 17 | 55 | 0 | 7 | 11C | 56 | 36 |
| Octal | 270 | 43 | 356 | 27 | 125 | 0 | 7 | 434 | 126 | 66 |
| Binary | 10111000 | 100011 | 11101110 | 10111 | 1010101 | 0 | 111 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B823EE
Complementary color
Monochromatic Colors of #B823EE
Black with #B823EE
Text Example
Text Example
White with #B823EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823EE; }
p { color: rgb(184,35,238); }
H1.HeaderClassName
{
color: #B823EE;
}
.AnyTagClassName
{
color: #B823EE;
}
</style>
background-color css
<style>
a { background-color: #B823EE; }
a { background-color: rgb(184,35,238); }
div.DivClassName
{
background-color: #B823EE;
}
.BgClassName
{
background-color: #B823EE;
}
</style>
border-color css
<style>
span { border-color: #B823EE; }
span { border-color: rgb(184,35,238); }
td.TdClassName
{
border-color: #B823EE;
}
.TagClassName
{
border-color: #B823EE;
}
</style>