Shades of Electric Purple #B50CFE
Tints of Electric Purple #B50CFE
RGB
CMYK
RGB Variations
Color information
#B50CFE (or 0xB50CFE) is known color: Electric Purple. HEX triplet: B5, 0C and FE. RGB value is (181,12,254). Sum of RGB (Red+Green+Blue) = 181+12+254=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #B50CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CFE is #4AF301. Grayscale: #595959. Windows color (decimal): -4911874 or 16649397. OLE color: 16649397.
HSL color Cylindrical-coordinate representation of color #B50CFE: hue angle of 281.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CFE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 12 | 254 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.00 |
| HSL | 281.9º | 0.99% | 0.52% | - |
| HSV(B) | 281.9º | 0.95% | 1% | - |
| XYZ | 37.08 | 17.24 | 95.14 | - |
| YUV | 90.12 | 220.49 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 254 | 0.29 | 0.95 | 0 | 0.00 | 281.9 | 0.99 | 0.52 |
| Hex | B5 | C | FE | 1D | 5F | 0 | 0 | 11A | 63 | 34 |
| Octal | 265 | 14 | 376 | 35 | 137 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110101 | 1100 | 11111110 | 11101 | 1011111 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B50CFE
Complementary color
Monochromatic Colors of #B50CFE
Black with #B50CFE
Text Example
Text Example
White with #B50CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CFE; }
p { color: rgb(181,12,254); }
H1.HeaderClassName
{
color: #B50CFE;
}
.AnyTagClassName
{
color: #B50CFE;
}
</style>
background-color css
<style>
a { background-color: #B50CFE; }
a { background-color: rgb(181,12,254); }
div.DivClassName
{
background-color: #B50CFE;
}
.BgClassName
{
background-color: #B50CFE;
}
</style>
border-color css
<style>
span { border-color: #B50CFE; }
span { border-color: rgb(181,12,254); }
td.TdClassName
{
border-color: #B50CFE;
}
.TagClassName
{
border-color: #B50CFE;
}
</style>