Shades of Electric Purple #B710EF
Tints of Electric Purple #B710EF
RGB
CMYK
RGB Variations
Color information
#B710EF (or 0xB710EF) is known color: Electric Purple. HEX triplet: B7, 10 and EF. RGB value is (183,16,239). Sum of RGB (Red+Green+Blue) = 183+16+239=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #B710EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710EF is #48EF10. Grayscale: #5A5A5A. Windows color (decimal): -4779793 or 15667383. OLE color: 15667383.
HSL color Cylindrical-coordinate representation of color #B710EF: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B710EF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 16 | 239 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.06 |
| HSL | 284.93º | 0.87% | 0.5% | - |
| HSV(B) | 284.93º | 0.93% | 0.94% | - |
| XYZ | 35.29 | 16.67 | 83.02 | - |
| YUV | 91.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 239 | 0.23 | 0.93 | 0 | 0.06 | 284.93 | 0.87 | 0.5 |
| Hex | B7 | 10 | EF | 17 | 5D | 0 | 6 | 11D | 57 | 32 |
| Octal | 267 | 20 | 357 | 27 | 135 | 0 | 6 | 435 | 127 | 62 |
| Binary | 10110111 | 10000 | 11101111 | 10111 | 1011101 | 0 | 110 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B710EF
Complementary color
Monochromatic Colors of #B710EF
Black with #B710EF
Text Example
Text Example
White with #B710EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710EF; }
p { color: rgb(183,16,239); }
H1.HeaderClassName
{
color: #B710EF;
}
.AnyTagClassName
{
color: #B710EF;
}
</style>
background-color css
<style>
a { background-color: #B710EF; }
a { background-color: rgb(183,16,239); }
div.DivClassName
{
background-color: #B710EF;
}
.BgClassName
{
background-color: #B710EF;
}
</style>
border-color css
<style>
span { border-color: #B710EF; }
span { border-color: rgb(183,16,239); }
td.TdClassName
{
border-color: #B710EF;
}
.TagClassName
{
border-color: #B710EF;
}
</style>