Shades of Electric Purple #B710FE
Tints of Electric Purple #B710FE
RGB
CMYK
RGB Variations
Color information
#B710FE (or 0xB710FE) is known color: Electric Purple. HEX triplet: B7, 10 and FE. RGB value is (183,16,254). Sum of RGB (Red+Green+Blue) = 183+16+254=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #B710FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710FE is #48EF01. Grayscale: #5C5C5C. Windows color (decimal): -4779778 or 16650423. OLE color: 16650423.
HSL color Cylindrical-coordinate representation of color #B710FE: hue angle of 282.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B710FE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 16 | 254 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.00 |
| HSL | 282.1º | 0.99% | 0.53% | - |
| HSV(B) | 282.1º | 0.94% | 1% | - |
| XYZ | 37.6 | 17.59 | 95.18 | - |
| YUV | 93.07 | 218.83 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 254 | 0.28 | 0.94 | 0 | 0.00 | 282.1 | 0.99 | 0.53 |
| Hex | B7 | 10 | FE | 1C | 5E | 0 | 0 | 11A | 63 | 35 |
| Octal | 267 | 20 | 376 | 34 | 136 | 0 | 0 | 432 | 143 | 65 |
| Binary | 10110111 | 10000 | 11111110 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100011 | 110101 |
Color Harmonies of #B710FE
Complementary color
Monochromatic Colors of #B710FE
Black with #B710FE
Text Example
Text Example
White with #B710FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B710FE; }
p { color: rgb(183,16,254); }
H1.HeaderClassName
{
color: #B710FE;
}
.AnyTagClassName
{
color: #B710FE;
}
</style>
background-color css
<style>
a { background-color: #B710FE; }
a { background-color: rgb(183,16,254); }
div.DivClassName
{
background-color: #B710FE;
}
.BgClassName
{
background-color: #B710FE;
}
</style>
border-color css
<style>
span { border-color: #B710FE; }
span { border-color: rgb(183,16,254); }
td.TdClassName
{
border-color: #B710FE;
}
.TagClassName
{
border-color: #B710FE;
}
</style>