Shades of Electric Purple #B721EF
Tints of Electric Purple #B721EF
RGB
CMYK
RGB Variations
Color information
#B721EF (or 0xB721EF) is known color: Electric Purple. HEX triplet: B7, 21 and EF. RGB value is (183,33,239). Sum of RGB (Red+Green+Blue) = 183+33+239=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #B721EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721EF is #48DE10. Grayscale: #646464. Windows color (decimal): -4775441 or 15671735. OLE color: 15671735.
HSL color Cylindrical-coordinate representation of color #B721EF: hue angle of 283.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B721EF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 33 | 239 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.06 |
| HSL | 283.69º | 0.87% | 0.53% | - |
| HSV(B) | 283.69º | 0.86% | 0.94% | - |
| XYZ | 35.65 | 17.39 | 83.14 | - |
| YUV | 101.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 239 | 0.23 | 0.86 | 0 | 0.06 | 283.69 | 0.87 | 0.53 |
| Hex | B7 | 21 | EF | 17 | 56 | 0 | 6 | 11C | 57 | 35 |
| Octal | 267 | 41 | 357 | 27 | 126 | 0 | 6 | 434 | 127 | 65 |
| Binary | 10110111 | 100001 | 11101111 | 10111 | 1010110 | 0 | 110 | 100011100 | 1010111 | 110101 |
Color Harmonies of #B721EF
Complementary color
Monochromatic Colors of #B721EF
Black with #B721EF
Text Example
Text Example
White with #B721EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721EF; }
p { color: rgb(183,33,239); }
H1.HeaderClassName
{
color: #B721EF;
}
.AnyTagClassName
{
color: #B721EF;
}
</style>
background-color css
<style>
a { background-color: #B721EF; }
a { background-color: rgb(183,33,239); }
div.DivClassName
{
background-color: #B721EF;
}
.BgClassName
{
background-color: #B721EF;
}
</style>
border-color css
<style>
span { border-color: #B721EF; }
span { border-color: rgb(183,33,239); }
td.TdClassName
{
border-color: #B721EF;
}
.TagClassName
{
border-color: #B721EF;
}
</style>