Shades of Electric Purple #B70FE9
Tints of Electric Purple #B70FE9
RGB
CMYK
RGB Variations
Color information
#B70FE9 (or 0xB70FE9) is known color: Electric Purple. HEX triplet: B7, 0F and E9. RGB value is (183,15,233). Sum of RGB (Red+Green+Blue) = 183+15+233=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #B70FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FE9 is #48F016. Grayscale: #595959. Windows color (decimal): -4780055 or 15273911. OLE color: 15273911.
HSL color Cylindrical-coordinate representation of color #B70FE9: hue angle of 286.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FE9 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 15 | 233 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.09 |
| HSL | 286.24º | 0.88% | 0.49% | - |
| HSV(B) | 286.24º | 0.94% | 0.91% | - |
| XYZ | 34.41 | 16.29 | 78.42 | - |
| YUV | 90.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 233 | 0.21 | 0.94 | 0 | 0.09 | 286.24 | 0.88 | 0.49 |
| Hex | B7 | F | E9 | 15 | 5E | 0 | 9 | 11E | 58 | 31 |
| Octal | 267 | 17 | 351 | 25 | 136 | 0 | 11 | 436 | 130 | 61 |
| Binary | 10110111 | 1111 | 11101001 | 10101 | 1011110 | 0 | 1001 | 100011110 | 1011000 | 110001 |
Color Harmonies of #B70FE9
Complementary color
Monochromatic Colors of #B70FE9
Black with #B70FE9
Text Example
Text Example
White with #B70FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FE9; }
p { color: rgb(183,15,233); }
H1.HeaderClassName
{
color: #B70FE9;
}
.AnyTagClassName
{
color: #B70FE9;
}
</style>
background-color css
<style>
a { background-color: #B70FE9; }
a { background-color: rgb(183,15,233); }
div.DivClassName
{
background-color: #B70FE9;
}
.BgClassName
{
background-color: #B70FE9;
}
</style>
border-color css
<style>
span { border-color: #B70FE9; }
span { border-color: rgb(183,15,233); }
td.TdClassName
{
border-color: #B70FE9;
}
.TagClassName
{
border-color: #B70FE9;
}
</style>