Shades of Electric Purple #B713FE
Tints of Electric Purple #B713FE
RGB
CMYK
RGB Variations
Color information
#B713FE (or 0xB713FE) is known color: Electric Purple. HEX triplet: B7, 13 and FE. RGB value is (183,19,254). Sum of RGB (Red+Green+Blue) = 183+19+254=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #B713FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B713FE is #48EC01. Grayscale: #5E5E5E. Windows color (decimal): -4779010 or 16651191. OLE color: 16651191.
HSL color Cylindrical-coordinate representation of color #B713FE: hue angle of 281.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B713FE is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 19 | 254 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.00 |
| HSL | 281.87º | 0.99% | 0.54% | - |
| HSV(B) | 281.87º | 0.93% | 1% | - |
| XYZ | 37.65 | 17.69 | 95.2 | - |
| YUV | 94.83 | 217.83 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 254 | 0.28 | 0.93 | 0 | 0.00 | 281.87 | 0.99 | 0.54 |
| Hex | B7 | 13 | FE | 1C | 5D | 0 | 0 | 11A | 63 | 36 |
| Octal | 267 | 23 | 376 | 34 | 135 | 0 | 0 | 432 | 143 | 66 |
| Binary | 10110111 | 10011 | 11111110 | 11100 | 1011101 | 0 | 0 | 100011010 | 1100011 | 110110 |
Color Harmonies of #B713FE
Complementary color
Monochromatic Colors of #B713FE
Black with #B713FE
Text Example
Text Example
White with #B713FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B713FE; }
p { color: rgb(183,19,254); }
H1.HeaderClassName
{
color: #B713FE;
}
.AnyTagClassName
{
color: #B713FE;
}
</style>
background-color css
<style>
a { background-color: #B713FE; }
a { background-color: rgb(183,19,254); }
div.DivClassName
{
background-color: #B713FE;
}
.BgClassName
{
background-color: #B713FE;
}
</style>
border-color css
<style>
span { border-color: #B713FE; }
span { border-color: rgb(183,19,254); }
td.TdClassName
{
border-color: #B713FE;
}
.TagClassName
{
border-color: #B713FE;
}
</style>