Shades of Electric Purple #B701E7
Tints of Electric Purple #B701E7
RGB
CMYK
RGB Variations
Color information
#B701E7 (or 0xB701E7) is known color: Electric Purple. HEX triplet: B7, 01 and E7. RGB value is (183,1,231). Sum of RGB (Red+Green+Blue) = 183+1+231=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B701E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701E7 is #48FE18. Grayscale: #505050. Windows color (decimal): -4783641 or 15139255. OLE color: 15139255.
HSL color Cylindrical-coordinate representation of color #B701E7: hue angle of 287.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701E7 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 1 | 231 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.09 |
| HSL | 287.48º | 0.99% | 0.45% | - |
| HSV(B) | 287.48º | 1% | 0.91% | - |
| XYZ | 33.96 | 15.86 | 76.87 | - |
| YUV | 81.64 | 212.3 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 231 | 0.21 | 1.00 | 0 | 0.09 | 287.48 | 0.99 | 0.45 |
| Hex | B7 | 1 | E7 | 15 | 64 | 0 | 9 | 11F | 63 | 2D |
| Octal | 267 | 1 | 347 | 25 | 144 | 0 | 11 | 437 | 143 | 55 |
| Binary | 10110111 | 1 | 11100111 | 10101 | 1100100 | 0 | 1001 | 100011111 | 1100011 | 101101 |
Color Harmonies of #B701E7
Complementary color
Monochromatic Colors of #B701E7
Black with #B701E7
Text Example
Text Example
White with #B701E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701E7; }
p { color: rgb(183,1,231); }
H1.HeaderClassName
{
color: #B701E7;
}
.AnyTagClassName
{
color: #B701E7;
}
</style>
background-color css
<style>
a { background-color: #B701E7; }
a { background-color: rgb(183,1,231); }
div.DivClassName
{
background-color: #B701E7;
}
.BgClassName
{
background-color: #B701E7;
}
</style>
border-color css
<style>
span { border-color: #B701E7; }
span { border-color: rgb(183,1,231); }
td.TdClassName
{
border-color: #B701E7;
}
.TagClassName
{
border-color: #B701E7;
}
</style>