Shades of Electric Purple #B700E0
Tints of Electric Purple #B700E0
RGB
CMYK
RGB Variations
Color information
#B700E0 (or 0xB700E0) is known color: Electric Purple. HEX triplet: B7, 00 and E0. RGB value is (183,0,224). Sum of RGB (Red+Green+Blue) = 183+0+224=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #B700E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700E0 is #48FF1F. Grayscale: #4F4F4F. Windows color (decimal): -4783904 or 14680247. OLE color: 14680247.
HSL color Cylindrical-coordinate representation of color #B700E0: hue angle of 289.02º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700E0 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 0 | 224 | - |
| CMYK | 0.18 | 1 | 0 | 0.12 |
| HSL | 289.02º | 1% | 0.44% | - |
| HSV(B) | 289.02º | 1% | 0.88% | - |
| XYZ | 32.98 | 15.45 | 71.76 | - |
| YUV | 80.25 | 209.13 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 224 | 0.18 | 1 | 0 | 0.12 | 289.02 | 1 | 0.44 |
| Hex | B7 | 0 | E0 | 12 | 64 | 0 | C | 121 | 64 | 2C |
| Octal | 267 | 0 | 340 | 22 | 144 | 0 | 14 | 441 | 144 | 54 |
| Binary | 10110111 | 0 | 11100000 | 10010 | 1100100 | 0 | 1100 | 100100001 | 1100100 | 101100 |
Color Harmonies of #B700E0
Complementary color
Monochromatic Colors of #B700E0
Black with #B700E0
Text Example
Text Example
White with #B700E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700E0; }
p { color: rgb(183,0,224); }
H1.HeaderClassName
{
color: #B700E0;
}
.AnyTagClassName
{
color: #B700E0;
}
</style>
background-color css
<style>
a { background-color: #B700E0; }
a { background-color: rgb(183,0,224); }
div.DivClassName
{
background-color: #B700E0;
}
.BgClassName
{
background-color: #B700E0;
}
</style>
border-color css
<style>
span { border-color: #B700E0; }
span { border-color: rgb(183,0,224); }
td.TdClassName
{
border-color: #B700E0;
}
.TagClassName
{
border-color: #B700E0;
}
</style>