Shades of Electric Purple #B701E5
Tints of Electric Purple #B701E5
RGB
CMYK
RGB Variations
Color information
#B701E5 (or 0xB701E5) is known color: Electric Purple. HEX triplet: B7, 01 and E5. RGB value is (183,1,229). Sum of RGB (Red+Green+Blue) = 183+1+229=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #B701E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701E5 is #48FE1A. Grayscale: #505050. Windows color (decimal): -4783643 or 15008183. OLE color: 15008183.
HSL color Cylindrical-coordinate representation of color #B701E5: hue angle of 287.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701E5 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 1 | 229 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.10 |
| HSL | 287.89º | 0.99% | 0.45% | - |
| HSV(B) | 287.89º | 1% | 0.9% | - |
| XYZ | 33.68 | 15.75 | 75.39 | - |
| YUV | 81.41 | 211.3 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 229 | 0.20 | 1.00 | 0 | 0.10 | 287.89 | 0.99 | 0.45 |
| Hex | B7 | 1 | E5 | 14 | 64 | 0 | A | 120 | 63 | 2D |
| Octal | 267 | 1 | 345 | 24 | 144 | 0 | 12 | 440 | 143 | 55 |
| Binary | 10110111 | 1 | 11100101 | 10100 | 1100100 | 0 | 1010 | 100100000 | 1100011 | 101101 |
Color Harmonies of #B701E5
Complementary color
Monochromatic Colors of #B701E5
Black with #B701E5
Text Example
Text Example
White with #B701E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701E5; }
p { color: rgb(183,1,229); }
H1.HeaderClassName
{
color: #B701E5;
}
.AnyTagClassName
{
color: #B701E5;
}
</style>
background-color css
<style>
a { background-color: #B701E5; }
a { background-color: rgb(183,1,229); }
div.DivClassName
{
background-color: #B701E5;
}
.BgClassName
{
background-color: #B701E5;
}
</style>
border-color css
<style>
span { border-color: #B701E5; }
span { border-color: rgb(183,1,229); }
td.TdClassName
{
border-color: #B701E5;
}
.TagClassName
{
border-color: #B701E5;
}
</style>