Shades of Electric Purple #B70EE2
Tints of Electric Purple #B70EE2
RGB
CMYK
RGB Variations
Color information
#B70EE2 (or 0xB70EE2) is known color: Electric Purple. HEX triplet: B7, 0E and E2. RGB value is (183,14,226). Sum of RGB (Red+Green+Blue) = 183+14+226=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #B70EE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70EE2 is #48F11D. Grayscale: #585858. Windows color (decimal): -4780318 or 14814903. OLE color: 14814903.
HSL color Cylindrical-coordinate representation of color #B70EE2: hue angle of 287.83º 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 #B70EE2 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 14 | 226 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.11 |
| HSL | 287.83º | 0.88% | 0.47% | - |
| HSV(B) | 287.83º | 0.94% | 0.89% | - |
| XYZ | 33.41 | 15.87 | 73.25 | - |
| YUV | 88.7 | 205.49 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 226 | 0.19 | 0.94 | 0 | 0.11 | 287.83 | 0.88 | 0.47 |
| Hex | B7 | E | E2 | 13 | 5E | 0 | B | 120 | 58 | 2F |
| Octal | 267 | 16 | 342 | 23 | 136 | 0 | 13 | 440 | 130 | 57 |
| Binary | 10110111 | 1110 | 11100010 | 10011 | 1011110 | 0 | 1011 | 100100000 | 1011000 | 101111 |
Color Harmonies of #B70EE2
Complementary color
Monochromatic Colors of #B70EE2
Black with #B70EE2
Text Example
Text Example
White with #B70EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70EE2; }
p { color: rgb(183,14,226); }
H1.HeaderClassName
{
color: #B70EE2;
}
.AnyTagClassName
{
color: #B70EE2;
}
</style>
background-color css
<style>
a { background-color: #B70EE2; }
a { background-color: rgb(183,14,226); }
div.DivClassName
{
background-color: #B70EE2;
}
.BgClassName
{
background-color: #B70EE2;
}
</style>
border-color css
<style>
span { border-color: #B70EE2; }
span { border-color: rgb(183,14,226); }
td.TdClassName
{
border-color: #B70EE2;
}
.TagClassName
{
border-color: #B70EE2;
}
</style>