Shades of Electric Purple #B720F0
Tints of Electric Purple #B720F0
RGB
CMYK
RGB Variations
Color information
#B720F0 (or 0xB720F0) is known color: Electric Purple. HEX triplet: B7, 20 and F0. RGB value is (183,32,240). Sum of RGB (Red+Green+Blue) = 183+32+240=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #B720F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B720F0 is #48DF0F. Grayscale: #646464. Windows color (decimal): -4775696 or 15737015. OLE color: 15737015.
HSL color Cylindrical-coordinate representation of color #B720F0: hue angle of 283.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B720F0 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 32 | 240 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.06 |
| HSL | 283.56º | 0.87% | 0.53% | - |
| HSV(B) | 283.56º | 0.87% | 0.94% | - |
| XYZ | 35.77 | 17.39 | 83.91 | - |
| YUV | 100.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 240 | 0.24 | 0.87 | 0 | 0.06 | 283.56 | 0.87 | 0.53 |
| Hex | B7 | 20 | F0 | 18 | 57 | 0 | 6 | 11C | 57 | 35 |
| Octal | 267 | 40 | 360 | 30 | 127 | 0 | 6 | 434 | 127 | 65 |
| Binary | 10110111 | 100000 | 11110000 | 11000 | 1010111 | 0 | 110 | 100011100 | 1010111 | 110101 |
Color Harmonies of #B720F0
Complementary color
Monochromatic Colors of #B720F0
Black with #B720F0
Text Example
Text Example
White with #B720F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720F0; }
p { color: rgb(183,32,240); }
H1.HeaderClassName
{
color: #B720F0;
}
.AnyTagClassName
{
color: #B720F0;
}
</style>
background-color css
<style>
a { background-color: #B720F0; }
a { background-color: rgb(183,32,240); }
div.DivClassName
{
background-color: #B720F0;
}
.BgClassName
{
background-color: #B720F0;
}
</style>
border-color css
<style>
span { border-color: #B720F0; }
span { border-color: rgb(183,32,240); }
td.TdClassName
{
border-color: #B720F0;
}
.TagClassName
{
border-color: #B720F0;
}
</style>