Shades of Electric Purple #B70FFE
Tints of Electric Purple #B70FFE
RGB
CMYK
RGB Variations
Color information
#B70FFE (or 0xB70FFE) is known color: Electric Purple. HEX triplet: B7, 0F and FE. RGB value is (183,15,254). Sum of RGB (Red+Green+Blue) = 183+15+254=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #B70FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FFE is #48F001. Grayscale: #5B5B5B. Windows color (decimal): -4780034 or 16650167. OLE color: 16650167.
HSL color Cylindrical-coordinate representation of color #B70FFE: hue angle of 282.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70FFE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 15 | 254 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.00 |
| HSL | 282.18º | 0.99% | 0.53% | - |
| HSV(B) | 282.18º | 0.94% | 1% | - |
| XYZ | 37.59 | 17.56 | 95.18 | - |
| YUV | 92.48 | 219.16 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 254 | 0.28 | 0.94 | 0 | 0.00 | 282.18 | 0.99 | 0.53 |
| Hex | B7 | F | FE | 1C | 5E | 0 | 0 | 11A | 63 | 35 |
| Octal | 267 | 17 | 376 | 34 | 136 | 0 | 0 | 432 | 143 | 65 |
| Binary | 10110111 | 1111 | 11111110 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100011 | 110101 |
Color Harmonies of #B70FFE
Complementary color
Monochromatic Colors of #B70FFE
Black with #B70FFE
Text Example
Text Example
White with #B70FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FFE; }
p { color: rgb(183,15,254); }
H1.HeaderClassName
{
color: #B70FFE;
}
.AnyTagClassName
{
color: #B70FFE;
}
</style>
background-color css
<style>
a { background-color: #B70FFE; }
a { background-color: rgb(183,15,254); }
div.DivClassName
{
background-color: #B70FFE;
}
.BgClassName
{
background-color: #B70FFE;
}
</style>
border-color css
<style>
span { border-color: #B70FFE; }
span { border-color: rgb(183,15,254); }
td.TdClassName
{
border-color: #B70FFE;
}
.TagClassName
{
border-color: #B70FFE;
}
</style>