Shades of Electric Purple #B701E1
Tints of Electric Purple #B701E1
RGB
CMYK
RGB Variations
Color information
#B701E1 (or 0xB701E1) is known color: Electric Purple. HEX triplet: B7, 01 and E1. RGB value is (183,1,225). Sum of RGB (Red+Green+Blue) = 183+1+225=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B701E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701E1 is #48FE1E. Grayscale: #505050. Windows color (decimal): -4783647 or 14746039. OLE color: 14746039.
HSL color Cylindrical-coordinate representation of color #B701E1: hue angle of 288.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701E1 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 1 | 225 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.12 |
| HSL | 288.75º | 0.99% | 0.44% | - |
| HSV(B) | 288.75º | 1% | 0.88% | - |
| XYZ | 33.13 | 15.53 | 72.48 | - |
| YUV | 80.95 | 209.3 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 225 | 0.19 | 1.00 | 0 | 0.12 | 288.75 | 0.99 | 0.44 |
| Hex | B7 | 1 | E1 | 13 | 64 | 0 | C | 121 | 63 | 2C |
| Octal | 267 | 1 | 341 | 23 | 144 | 0 | 14 | 441 | 143 | 54 |
| Binary | 10110111 | 1 | 11100001 | 10011 | 1100100 | 0 | 1100 | 100100001 | 1100011 | 101100 |
Color Harmonies of #B701E1
Complementary color
Monochromatic Colors of #B701E1
Black with #B701E1
Text Example
Text Example
White with #B701E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701E1; }
p { color: rgb(183,1,225); }
H1.HeaderClassName
{
color: #B701E1;
}
.AnyTagClassName
{
color: #B701E1;
}
</style>
background-color css
<style>
a { background-color: #B701E1; }
a { background-color: rgb(183,1,225); }
div.DivClassName
{
background-color: #B701E1;
}
.BgClassName
{
background-color: #B701E1;
}
</style>
border-color css
<style>
span { border-color: #B701E1; }
span { border-color: rgb(183,1,225); }
td.TdClassName
{
border-color: #B701E1;
}
.TagClassName
{
border-color: #B701E1;
}
</style>