Shades of Electric Purple #B702ED
Tints of Electric Purple #B702ED
RGB
CMYK
RGB Variations
Color information
#B702ED (or 0xB702ED) is known color: Electric Purple. HEX triplet: B7, 02 and ED. RGB value is (183,2,237). Sum of RGB (Red+Green+Blue) = 183+2+237=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B702ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702ED is #48FD12. Grayscale: #525252. Windows color (decimal): -4783379 or 15532727. OLE color: 15532727.
HSL color Cylindrical-coordinate representation of color #B702ED: hue angle of 286.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702ED is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 2 | 237 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.07 |
| HSL | 286.21º | 0.98% | 0.47% | - |
| HSV(B) | 286.21º | 0.99% | 0.93% | - |
| XYZ | 34.84 | 16.23 | 81.42 | - |
| YUV | 82.91 | 214.97 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 2 | 237 | 0.23 | 0.99 | 0 | 0.07 | 286.21 | 0.98 | 0.47 |
| Hex | B7 | 2 | ED | 17 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 267 | 2 | 355 | 27 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110111 | 10 | 11101101 | 10111 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B702ED
Complementary color
Monochromatic Colors of #B702ED
Black with #B702ED
Text Example
Text Example
White with #B702ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B702ED; }
p { color: rgb(183,2,237); }
H1.HeaderClassName
{
color: #B702ED;
}
.AnyTagClassName
{
color: #B702ED;
}
</style>
background-color css
<style>
a { background-color: #B702ED; }
a { background-color: rgb(183,2,237); }
div.DivClassName
{
background-color: #B702ED;
}
.BgClassName
{
background-color: #B702ED;
}
</style>
border-color css
<style>
span { border-color: #B702ED; }
span { border-color: rgb(183,2,237); }
td.TdClassName
{
border-color: #B702ED;
}
.TagClassName
{
border-color: #B702ED;
}
</style>