Shades of Electric Purple #B70EFC
Tints of Electric Purple #B70EFC
RGB
CMYK
RGB Variations
Color information
#B70EFC (or 0xB70EFC) is known color: Electric Purple. HEX triplet: B7, 0E and FC. RGB value is (183,14,252). Sum of RGB (Red+Green+Blue) = 183+14+252=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #B70EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70EFC is #48F103. Grayscale: #5A5A5A. Windows color (decimal): -4780292 or 16518839. OLE color: 16518839.
HSL color Cylindrical-coordinate representation of color #B70EFC: hue angle of 282.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70EFC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 14 | 252 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 282.61º | 0.98% | 0.52% | - |
| HSV(B) | 282.61º | 0.94% | 0.99% | - |
| XYZ | 37.26 | 17.41 | 93.49 | - |
| YUV | 91.66 | 218.49 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 252 | 0.27 | 0.94 | 0 | 0.01 | 282.61 | 0.98 | 0.52 |
| Hex | B7 | E | FC | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 267 | 16 | 374 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10110111 | 1110 | 11111100 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B70EFC
Complementary color
Monochromatic Colors of #B70EFC
Black with #B70EFC
Text Example
Text Example
White with #B70EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70EFC; }
p { color: rgb(183,14,252); }
H1.HeaderClassName
{
color: #B70EFC;
}
.AnyTagClassName
{
color: #B70EFC;
}
</style>
background-color css
<style>
a { background-color: #B70EFC; }
a { background-color: rgb(183,14,252); }
div.DivClassName
{
background-color: #B70EFC;
}
.BgClassName
{
background-color: #B70EFC;
}
</style>
border-color css
<style>
span { border-color: #B70EFC; }
span { border-color: rgb(183,14,252); }
td.TdClassName
{
border-color: #B70EFC;
}
.TagClassName
{
border-color: #B70EFC;
}
</style>