Shades of Electric Purple #B723EF
Tints of Electric Purple #B723EF
RGB
CMYK
RGB Variations
Color information
#B723EF (or 0xB723EF) is known color: Electric Purple. HEX triplet: B7, 23 and EF. RGB value is (183,35,239). Sum of RGB (Red+Green+Blue) = 183+35+239=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #B723EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B723EF is #48DC10. Grayscale: #656565. Windows color (decimal): -4774929 or 15672247. OLE color: 15672247.
HSL color Cylindrical-coordinate representation of color #B723EF: hue angle of 283.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B723EF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 35 | 239 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.06 |
| HSL | 283.53º | 0.86% | 0.54% | - |
| HSV(B) | 283.53º | 0.85% | 0.94% | - |
| XYZ | 35.71 | 17.5 | 83.16 | - |
| YUV | 102.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 239 | 0.23 | 0.85 | 0 | 0.06 | 283.53 | 0.86 | 0.54 |
| Hex | B7 | 23 | EF | 17 | 55 | 0 | 6 | 11C | 56 | 36 |
| Octal | 267 | 43 | 357 | 27 | 125 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10110111 | 100011 | 11101111 | 10111 | 1010101 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B723EF
Complementary color
Monochromatic Colors of #B723EF
Black with #B723EF
Text Example
Text Example
White with #B723EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723EF; }
p { color: rgb(183,35,239); }
H1.HeaderClassName
{
color: #B723EF;
}
.AnyTagClassName
{
color: #B723EF;
}
</style>
background-color css
<style>
a { background-color: #B723EF; }
a { background-color: rgb(183,35,239); }
div.DivClassName
{
background-color: #B723EF;
}
.BgClassName
{
background-color: #B723EF;
}
</style>
border-color css
<style>
span { border-color: #B723EF; }
span { border-color: rgb(183,35,239); }
td.TdClassName
{
border-color: #B723EF;
}
.TagClassName
{
border-color: #B723EF;
}
</style>