Shades of Electric Purple #B513FE
Tints of Electric Purple #B513FE
RGB
CMYK
RGB Variations
Color information
#B513FE (or 0xB513FE) is known color: Electric Purple. HEX triplet: B5, 13 and FE. RGB value is (181,19,254). Sum of RGB (Red+Green+Blue) = 181+19+254=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 19 (7.81% from 255 or 4.19% 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 #B513FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B513FE is #4AEC01. Grayscale: #5D5D5D. Windows color (decimal): -4910082 or 16651189. OLE color: 16651189.
HSL color Cylindrical-coordinate representation of color #B513FE: hue angle of 281.36º 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 #B513FE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 19 | 254 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.00 |
| HSL | 281.36º | 0.99% | 0.54% | - |
| HSV(B) | 281.36º | 0.93% | 1% | - |
| XYZ | 37.18 | 17.45 | 95.17 | - |
| YUV | 94.23 | 218.17 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 254 | 0.29 | 0.93 | 0 | 0.00 | 281.36 | 0.99 | 0.54 |
| Hex | B5 | 13 | FE | 1D | 5D | 0 | 0 | 119 | 63 | 36 |
| Octal | 265 | 23 | 376 | 35 | 135 | 0 | 0 | 431 | 143 | 66 |
| Binary | 10110101 | 10011 | 11111110 | 11101 | 1011101 | 0 | 0 | 100011001 | 1100011 | 110110 |
Color Harmonies of #B513FE
Complementary color
Monochromatic Colors of #B513FE
Black with #B513FE
Text Example
Text Example
White with #B513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513FE; }
p { color: rgb(181,19,254); }
H1.HeaderClassName
{
color: #B513FE;
}
.AnyTagClassName
{
color: #B513FE;
}
</style>
background-color css
<style>
a { background-color: #B513FE; }
a { background-color: rgb(181,19,254); }
div.DivClassName
{
background-color: #B513FE;
}
.BgClassName
{
background-color: #B513FE;
}
</style>
border-color css
<style>
span { border-color: #B513FE; }
span { border-color: rgb(181,19,254); }
td.TdClassName
{
border-color: #B513FE;
}
.TagClassName
{
border-color: #B513FE;
}
</style>