Shades of Electric Purple #B701ED
Tints of Electric Purple #B701ED
RGB
CMYK
RGB Variations
Color information
#B701ED (or 0xB701ED) is known color: Electric Purple. HEX triplet: B7, 01 and ED. RGB value is (183,1,237). Sum of RGB (Red+Green+Blue) = 183+1+237=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #B701ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701ED is #48FE12. Grayscale: #515151. Windows color (decimal): -4783635 or 15532471. OLE color: 15532471.
HSL color Cylindrical-coordinate representation of color #B701ED: hue angle of 286.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701ED is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 1 | 237 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.07 |
| HSL | 286.27º | 0.99% | 0.47% | - |
| HSV(B) | 286.27º | 1% | 0.93% | - |
| XYZ | 34.83 | 16.2 | 81.41 | - |
| YUV | 82.32 | 215.3 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 237 | 0.23 | 1.00 | 0 | 0.07 | 286.27 | 0.99 | 0.47 |
| Hex | B7 | 1 | ED | 17 | 64 | 0 | 7 | 11E | 63 | 2F |
| Octal | 267 | 1 | 355 | 27 | 144 | 0 | 7 | 436 | 143 | 57 |
| Binary | 10110111 | 1 | 11101101 | 10111 | 1100100 | 0 | 111 | 100011110 | 1100011 | 101111 |
Color Harmonies of #B701ED
Complementary color
Monochromatic Colors of #B701ED
Black with #B701ED
Text Example
Text Example
White with #B701ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701ED; }
p { color: rgb(183,1,237); }
H1.HeaderClassName
{
color: #B701ED;
}
.AnyTagClassName
{
color: #B701ED;
}
</style>
background-color css
<style>
a { background-color: #B701ED; }
a { background-color: rgb(183,1,237); }
div.DivClassName
{
background-color: #B701ED;
}
.BgClassName
{
background-color: #B701ED;
}
</style>
border-color css
<style>
span { border-color: #B701ED; }
span { border-color: rgb(183,1,237); }
td.TdClassName
{
border-color: #B701ED;
}
.TagClassName
{
border-color: #B701ED;
}
</style>