Shades of Electric Purple #B700EC
Tints of Electric Purple #B700EC
RGB
CMYK
RGB Variations
Color information
#B700EC (or 0xB700EC) is known color: Electric Purple. HEX triplet: B7, 00 and EC. RGB value is (183,0,236). Sum of RGB (Red+Green+Blue) = 183+0+236=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #B700EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700EC is #48FF13. Grayscale: #505050. Windows color (decimal): -4783892 or 15466679. OLE color: 15466679.
HSL color Cylindrical-coordinate representation of color #B700EC: hue angle of 286.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700EC is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 0 | 236 | - |
| CMYK | 0.22 | 1 | 0 | 0.07 |
| HSL | 286.53º | 1% | 0.46% | - |
| HSV(B) | 286.53º | 1% | 0.93% | - |
| XYZ | 34.67 | 16.12 | 80.64 | - |
| YUV | 81.62 | 215.13 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 236 | 0.22 | 1 | 0 | 0.07 | 286.53 | 1 | 0.46 |
| Hex | B7 | 0 | EC | 16 | 64 | 0 | 7 | 11F | 64 | 2E |
| Octal | 267 | 0 | 354 | 26 | 144 | 0 | 7 | 437 | 144 | 56 |
| Binary | 10110111 | 0 | 11101100 | 10110 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101110 |
Color Harmonies of #B700EC
Complementary color
Monochromatic Colors of #B700EC
Black with #B700EC
Text Example
Text Example
White with #B700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700EC; }
p { color: rgb(183,0,236); }
H1.HeaderClassName
{
color: #B700EC;
}
.AnyTagClassName
{
color: #B700EC;
}
</style>
background-color css
<style>
a { background-color: #B700EC; }
a { background-color: rgb(183,0,236); }
div.DivClassName
{
background-color: #B700EC;
}
.BgClassName
{
background-color: #B700EC;
}
</style>
border-color css
<style>
span { border-color: #B700EC; }
span { border-color: rgb(183,0,236); }
td.TdClassName
{
border-color: #B700EC;
}
.TagClassName
{
border-color: #B700EC;
}
</style>