Shades of Electric Purple #B70FE6
Tints of Electric Purple #B70FE6
RGB
CMYK
RGB Variations
Color information
#B70FE6 (or 0xB70FE6) is known color: Electric Purple. HEX triplet: B7, 0F and E6. RGB value is (183,15,230). Sum of RGB (Red+Green+Blue) = 183+15+230=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #B70FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70FE6 is #48F019. Grayscale: #595959. Windows color (decimal): -4780058 or 15077303. OLE color: 15077303.
HSL color Cylindrical-coordinate representation of color #B70FE6: hue angle of 286.88º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70FE6 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 15 | 230 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.10 |
| HSL | 286.88º | 0.88% | 0.48% | - |
| HSV(B) | 286.88º | 0.93% | 0.9% | - |
| XYZ | 33.98 | 16.12 | 76.18 | - |
| YUV | 89.74 | 207.16 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 15 | 230 | 0.20 | 0.93 | 0 | 0.10 | 286.88 | 0.88 | 0.48 |
| Hex | B7 | F | E6 | 14 | 5D | 0 | A | 11F | 58 | 30 |
| Octal | 267 | 17 | 346 | 24 | 135 | 0 | 12 | 437 | 130 | 60 |
| Binary | 10110111 | 1111 | 11100110 | 10100 | 1011101 | 0 | 1010 | 100011111 | 1011000 | 110000 |
Color Harmonies of #B70FE6
Complementary color
Monochromatic Colors of #B70FE6
Black with #B70FE6
Text Example
Text Example
White with #B70FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70FE6; }
p { color: rgb(183,15,230); }
H1.HeaderClassName
{
color: #B70FE6;
}
.AnyTagClassName
{
color: #B70FE6;
}
</style>
background-color css
<style>
a { background-color: #B70FE6; }
a { background-color: rgb(183,15,230); }
div.DivClassName
{
background-color: #B70FE6;
}
.BgClassName
{
background-color: #B70FE6;
}
</style>
border-color css
<style>
span { border-color: #B70FE6; }
span { border-color: rgb(183,15,230); }
td.TdClassName
{
border-color: #B70FE6;
}
.TagClassName
{
border-color: #B70FE6;
}
</style>