Shades of Electric Purple #B70CFE
Tints of Electric Purple #B70CFE
RGB
CMYK
RGB Variations
Color information
#B70CFE (or 0xB70CFE) is known color: Electric Purple. HEX triplet: B7, 0C and FE. RGB value is (183,12,254). Sum of RGB (Red+Green+Blue) = 183+12+254=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B70CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70CFE is #48F301. Grayscale: #595959. Windows color (decimal): -4780802 or 16649399. OLE color: 16649399.
HSL color Cylindrical-coordinate representation of color #B70CFE: hue angle of 282.4º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70CFE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 12 | 254 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.00 |
| HSL | 282.4º | 0.99% | 0.52% | - |
| HSV(B) | 282.4º | 0.95% | 1% | - |
| XYZ | 37.55 | 17.49 | 95.16 | - |
| YUV | 90.72 | 220.15 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 12 | 254 | 0.28 | 0.95 | 0 | 0.00 | 282.4 | 0.99 | 0.52 |
| Hex | B7 | C | FE | 1C | 5F | 0 | 0 | 11A | 63 | 34 |
| Octal | 267 | 14 | 376 | 34 | 137 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110111 | 1100 | 11111110 | 11100 | 1011111 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B70CFE
Complementary color
Monochromatic Colors of #B70CFE
Black with #B70CFE
Text Example
Text Example
White with #B70CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70CFE; }
p { color: rgb(183,12,254); }
H1.HeaderClassName
{
color: #B70CFE;
}
.AnyTagClassName
{
color: #B70CFE;
}
</style>
background-color css
<style>
a { background-color: #B70CFE; }
a { background-color: rgb(183,12,254); }
div.DivClassName
{
background-color: #B70CFE;
}
.BgClassName
{
background-color: #B70CFE;
}
</style>
border-color css
<style>
span { border-color: #B70CFE; }
span { border-color: rgb(183,12,254); }
td.TdClassName
{
border-color: #B70CFE;
}
.TagClassName
{
border-color: #B70CFE;
}
</style>