Shades of Electric Purple #B703ED
Tints of Electric Purple #B703ED
RGB
CMYK
RGB Variations
Color information
#B703ED (or 0xB703ED) is known color: Electric Purple. HEX triplet: B7, 03 and ED. RGB value is (183,3,237). Sum of RGB (Red+Green+Blue) = 183+3+237=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #B703ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B703ED is #48FC12. Grayscale: #525252. Windows color (decimal): -4783123 or 15532983. OLE color: 15532983.
HSL color Cylindrical-coordinate representation of color #B703ED: hue angle of 286.15º 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 #B703ED is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 3 | 237 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.07 |
| HSL | 286.15º | 0.98% | 0.47% | - |
| HSV(B) | 286.15º | 0.99% | 0.93% | - |
| XYZ | 34.85 | 16.25 | 81.42 | - |
| YUV | 83.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 237 | 0.23 | 0.99 | 0 | 0.07 | 286.15 | 0.98 | 0.47 |
| Hex | B7 | 3 | ED | 17 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 267 | 3 | 355 | 27 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110111 | 11 | 11101101 | 10111 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B703ED
Complementary color
Monochromatic Colors of #B703ED
Black with #B703ED
Text Example
Text Example
White with #B703ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703ED; }
p { color: rgb(183,3,237); }
H1.HeaderClassName
{
color: #B703ED;
}
.AnyTagClassName
{
color: #B703ED;
}
</style>
background-color css
<style>
a { background-color: #B703ED; }
a { background-color: rgb(183,3,237); }
div.DivClassName
{
background-color: #B703ED;
}
.BgClassName
{
background-color: #B703ED;
}
</style>
border-color css
<style>
span { border-color: #B703ED; }
span { border-color: rgb(183,3,237); }
td.TdClassName
{
border-color: #B703ED;
}
.TagClassName
{
border-color: #B703ED;
}
</style>