Shades of Electric Purple #B711FE
Tints of Electric Purple #B711FE
RGB
CMYK
RGB Variations
Color information
#B711FE (or 0xB711FE) is known color: Electric Purple. HEX triplet: B7, 11 and FE. RGB value is (183,17,254). Sum of RGB (Red+Green+Blue) = 183+17+254=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #B711FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711FE is #48EE01. Grayscale: #5C5C5C. Windows color (decimal): -4779522 or 16650679. OLE color: 16650679.
HSL color Cylindrical-coordinate representation of color #B711FE: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711FE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 17 | 254 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.00 |
| HSL | 282.03º | 0.99% | 0.53% | - |
| HSV(B) | 282.03º | 0.93% | 1% | - |
| XYZ | 37.62 | 17.62 | 95.18 | - |
| YUV | 93.65 | 218.5 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 254 | 0.28 | 0.93 | 0 | 0.00 | 282.03 | 0.99 | 0.53 |
| Hex | B7 | 11 | FE | 1C | 5D | 0 | 0 | 11A | 63 | 35 |
| Octal | 267 | 21 | 376 | 34 | 135 | 0 | 0 | 432 | 143 | 65 |
| Binary | 10110111 | 10001 | 11111110 | 11100 | 1011101 | 0 | 0 | 100011010 | 1100011 | 110101 |
Color Harmonies of #B711FE
Complementary color
Monochromatic Colors of #B711FE
Black with #B711FE
Text Example
Text Example
White with #B711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711FE; }
p { color: rgb(183,17,254); }
H1.HeaderClassName
{
color: #B711FE;
}
.AnyTagClassName
{
color: #B711FE;
}
</style>
background-color css
<style>
a { background-color: #B711FE; }
a { background-color: rgb(183,17,254); }
div.DivClassName
{
background-color: #B711FE;
}
.BgClassName
{
background-color: #B711FE;
}
</style>
border-color css
<style>
span { border-color: #B711FE; }
span { border-color: rgb(183,17,254); }
td.TdClassName
{
border-color: #B711FE;
}
.TagClassName
{
border-color: #B711FE;
}
</style>