Shades of Electric Purple #B823ED
Tints of Electric Purple #B823ED
RGB
CMYK
RGB Variations
Color information
#B823ED (or 0xB823ED) is known color: Electric Purple. HEX triplet: B8, 23 and ED. RGB value is (184,35,237). Sum of RGB (Red+Green+Blue) = 184+35+237=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B823ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823ED is #47DC12. Grayscale: #656565. Windows color (decimal): -4709395 or 15541176. OLE color: 15541176.
HSL color Cylindrical-coordinate representation of color #B823ED: hue angle of 284.26º degrees, saturation: 0.85, 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 #B823ED is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 35 | 237 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.26º | 0.85% | 0.53% | - |
| HSV(B) | 284.26º | 0.85% | 0.93% | - |
| XYZ | 35.65 | 17.51 | 81.62 | - |
| YUV | 102.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 237 | 0.22 | 0.85 | 0 | 0.07 | 284.26 | 0.85 | 0.53 |
| Hex | B8 | 23 | ED | 16 | 55 | 0 | 7 | 11C | 55 | 35 |
| Octal | 270 | 43 | 355 | 26 | 125 | 0 | 7 | 434 | 125 | 65 |
| Binary | 10111000 | 100011 | 11101101 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010101 | 110101 |
Color Harmonies of #B823ED
Complementary color
Monochromatic Colors of #B823ED
Black with #B823ED
Text Example
Text Example
White with #B823ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823ED; }
p { color: rgb(184,35,237); }
H1.HeaderClassName
{
color: #B823ED;
}
.AnyTagClassName
{
color: #B823ED;
}
</style>
background-color css
<style>
a { background-color: #B823ED; }
a { background-color: rgb(184,35,237); }
div.DivClassName
{
background-color: #B823ED;
}
.BgClassName
{
background-color: #B823ED;
}
</style>
border-color css
<style>
span { border-color: #B823ED; }
span { border-color: rgb(184,35,237); }
td.TdClassName
{
border-color: #B823ED;
}
.TagClassName
{
border-color: #B823ED;
}
</style>