Shades of Electric Purple #B70EE3
Tints of Electric Purple #B70EE3
RGB
CMYK
RGB Variations
Color information
#B70EE3 (or 0xB70EE3) is known color: Electric Purple. HEX triplet: B7, 0E and E3. RGB value is (183,14,227). Sum of RGB (Red+Green+Blue) = 183+14+227=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #B70EE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EE3 is #48F11C. Grayscale: #585858. Windows color (decimal): -4780317 or 14880439. OLE color: 14880439.
HSL color Cylindrical-coordinate representation of color #B70EE3: hue angle of 287.61º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70EE3 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 14 | 227 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.11 |
| HSL | 287.61º | 0.88% | 0.47% | - |
| HSV(B) | 287.61º | 0.94% | 0.89% | - |
| XYZ | 33.55 | 15.93 | 73.98 | - |
| YUV | 88.81 | 205.99 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 227 | 0.19 | 0.94 | 0 | 0.11 | 287.61 | 0.88 | 0.47 |
| Hex | B7 | E | E3 | 13 | 5E | 0 | B | 120 | 58 | 2F |
| Octal | 267 | 16 | 343 | 23 | 136 | 0 | 13 | 440 | 130 | 57 |
| Binary | 10110111 | 1110 | 11100011 | 10011 | 1011110 | 0 | 1011 | 100100000 | 1011000 | 101111 |
Color Harmonies of #B70EE3
Complementary color
Monochromatic Colors of #B70EE3
Black with #B70EE3
Text Example
Text Example
White with #B70EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70EE3; }
p { color: rgb(183,14,227); }
H1.HeaderClassName
{
color: #B70EE3;
}
.AnyTagClassName
{
color: #B70EE3;
}
</style>
background-color css
<style>
a { background-color: #B70EE3; }
a { background-color: rgb(183,14,227); }
div.DivClassName
{
background-color: #B70EE3;
}
.BgClassName
{
background-color: #B70EE3;
}
</style>
border-color css
<style>
span { border-color: #B70EE3; }
span { border-color: rgb(183,14,227); }
td.TdClassName
{
border-color: #B70EE3;
}
.TagClassName
{
border-color: #B70EE3;
}
</style>