Shades of Electric Purple #B70FE1
Tints of Electric Purple #B70FE1
RGB
CMYK
RGB Variations
Color information
#B70FE1 (or 0xB70FE1) is known color: Electric Purple. HEX triplet: B7, 0F and E1. RGB value is (183,15,225). Sum of RGB (Red+Green+Blue) = 183+15+225=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #B70FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70FE1 is #48F01E. Grayscale: #585858. Windows color (decimal): -4780063 or 14749623. OLE color: 14749623.
HSL color Cylindrical-coordinate representation of color #B70FE1: hue angle of 288º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FE1 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 15 | 225 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.12 |
| HSL | 288º | 0.88% | 0.47% | - |
| HSV(B) | 288º | 0.93% | 0.88% | - |
| XYZ | 33.29 | 15.85 | 72.54 | - |
| YUV | 89.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 225 | 0.19 | 0.93 | 0 | 0.12 | 288 | 0.88 | 0.47 |
| Hex | B7 | F | E1 | 13 | 5D | 0 | C | 120 | 58 | 2F |
| Octal | 267 | 17 | 341 | 23 | 135 | 0 | 14 | 440 | 130 | 57 |
| Binary | 10110111 | 1111 | 11100001 | 10011 | 1011101 | 0 | 1100 | 100100000 | 1011000 | 101111 |
Color Harmonies of #B70FE1
Complementary color
Monochromatic Colors of #B70FE1
Black with #B70FE1
Text Example
Text Example
White with #B70FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FE1; }
p { color: rgb(183,15,225); }
H1.HeaderClassName
{
color: #B70FE1;
}
.AnyTagClassName
{
color: #B70FE1;
}
</style>
background-color css
<style>
a { background-color: #B70FE1; }
a { background-color: rgb(183,15,225); }
div.DivClassName
{
background-color: #B70FE1;
}
.BgClassName
{
background-color: #B70FE1;
}
</style>
border-color css
<style>
span { border-color: #B70FE1; }
span { border-color: rgb(183,15,225); }
td.TdClassName
{
border-color: #B70FE1;
}
.TagClassName
{
border-color: #B70FE1;
}
</style>