Shades of Electric Purple #B723EC
Tints of Electric Purple #B723EC
RGB
CMYK
RGB Variations
Color information
#B723EC (or 0xB723EC) is known color: Electric Purple. HEX triplet: B7, 23 and EC. RGB value is (183,35,236). Sum of RGB (Red+Green+Blue) = 183+35+236=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #B723EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B723EC is #48DC13. Grayscale: #656565. Windows color (decimal): -4774932 or 15475639. OLE color: 15475639.
HSL color Cylindrical-coordinate representation of color #B723EC: hue angle of 284.18º 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 #B723EC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 35 | 236 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.18º | 0.84% | 0.53% | - |
| HSV(B) | 284.18º | 0.85% | 0.93% | - |
| XYZ | 35.27 | 17.33 | 80.84 | - |
| YUV | 102.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 236 | 0.22 | 0.85 | 0 | 0.07 | 284.18 | 0.84 | 0.53 |
| Hex | B7 | 23 | EC | 16 | 55 | 0 | 7 | 11C | 54 | 35 |
| Octal | 267 | 43 | 354 | 26 | 125 | 0 | 7 | 434 | 124 | 65 |
| Binary | 10110111 | 100011 | 11101100 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010100 | 110101 |
Color Harmonies of #B723EC
Complementary color
Monochromatic Colors of #B723EC
Black with #B723EC
Text Example
Text Example
White with #B723EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723EC; }
p { color: rgb(183,35,236); }
H1.HeaderClassName
{
color: #B723EC;
}
.AnyTagClassName
{
color: #B723EC;
}
</style>
background-color css
<style>
a { background-color: #B723EC; }
a { background-color: rgb(183,35,236); }
div.DivClassName
{
background-color: #B723EC;
}
.BgClassName
{
background-color: #B723EC;
}
</style>
border-color css
<style>
span { border-color: #B723EC; }
span { border-color: rgb(183,35,236); }
td.TdClassName
{
border-color: #B723EC;
}
.TagClassName
{
border-color: #B723EC;
}
</style>