Shades of Electric Purple #B50FE3
Tints of Electric Purple #B50FE3
RGB
CMYK
RGB Variations
Color information
#B50FE3 (or 0xB50FE3) is known color: Electric Purple. HEX triplet: B5, 0F and E3. RGB value is (181,15,227). Sum of RGB (Red+Green+Blue) = 181+15+227=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #B50FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FE3 is #4AF01C. Grayscale: #585858. Windows color (decimal): -4911133 or 14880693. OLE color: 14880693.
HSL color Cylindrical-coordinate representation of color #B50FE3: hue angle of 286.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FE3 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 15 | 227 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.11 |
| HSL | 286.98º | 0.88% | 0.47% | - |
| HSV(B) | 286.98º | 0.93% | 0.89% | - |
| XYZ | 33.09 | 15.71 | 73.96 | - |
| YUV | 88.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 227 | 0.20 | 0.93 | 0 | 0.11 | 286.98 | 0.88 | 0.47 |
| Hex | B5 | F | E3 | 14 | 5D | 0 | B | 11F | 58 | 2F |
| Octal | 265 | 17 | 343 | 24 | 135 | 0 | 13 | 437 | 130 | 57 |
| Binary | 10110101 | 1111 | 11100011 | 10100 | 1011101 | 0 | 1011 | 100011111 | 1011000 | 101111 |
Color Harmonies of #B50FE3
Complementary color
Monochromatic Colors of #B50FE3
Black with #B50FE3
Text Example
Text Example
White with #B50FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FE3; }
p { color: rgb(181,15,227); }
H1.HeaderClassName
{
color: #B50FE3;
}
.AnyTagClassName
{
color: #B50FE3;
}
</style>
background-color css
<style>
a { background-color: #B50FE3; }
a { background-color: rgb(181,15,227); }
div.DivClassName
{
background-color: #B50FE3;
}
.BgClassName
{
background-color: #B50FE3;
}
</style>
border-color css
<style>
span { border-color: #B50FE3; }
span { border-color: rgb(181,15,227); }
td.TdClassName
{
border-color: #B50FE3;
}
.TagClassName
{
border-color: #B50FE3;
}
</style>