Shades of Electric Purple #B700EE
Tints of Electric Purple #B700EE
RGB
CMYK
RGB Variations
Color information
#B700EE (or 0xB700EE) is known color: Electric Purple. HEX triplet: B7, 00 and EE. RGB value is (183,0,238). Sum of RGB (Red+Green+Blue) = 183+0+238=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #B700EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700EE is #48FF11. Grayscale: #515151. Windows color (decimal): -4783890 or 15597751. OLE color: 15597751.
HSL color Cylindrical-coordinate representation of color #B700EE: hue angle of 286.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700EE is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 0 | 238 | - |
| CMYK | 0.23 | 1 | 0 | 0.07 |
| HSL | 286.13º | 1% | 0.47% | - |
| HSV(B) | 286.13º | 1% | 0.93% | - |
| XYZ | 34.96 | 16.24 | 82.18 | - |
| YUV | 81.85 | 216.13 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 238 | 0.23 | 1 | 0 | 0.07 | 286.13 | 1 | 0.47 |
| Hex | B7 | 0 | EE | 17 | 64 | 0 | 7 | 11E | 64 | 2F |
| Octal | 267 | 0 | 356 | 27 | 144 | 0 | 7 | 436 | 144 | 57 |
| Binary | 10110111 | 0 | 11101110 | 10111 | 1100100 | 0 | 111 | 100011110 | 1100100 | 101111 |
Color Harmonies of #B700EE
Complementary color
Monochromatic Colors of #B700EE
Black with #B700EE
Text Example
Text Example
White with #B700EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700EE; }
p { color: rgb(183,0,238); }
H1.HeaderClassName
{
color: #B700EE;
}
.AnyTagClassName
{
color: #B700EE;
}
</style>
background-color css
<style>
a { background-color: #B700EE; }
a { background-color: rgb(183,0,238); }
div.DivClassName
{
background-color: #B700EE;
}
.BgClassName
{
background-color: #B700EE;
}
</style>
border-color css
<style>
span { border-color: #B700EE; }
span { border-color: rgb(183,0,238); }
td.TdClassName
{
border-color: #B700EE;
}
.TagClassName
{
border-color: #B700EE;
}
</style>