Shades of Electric Purple #B50CE3
Tints of Electric Purple #B50CE3
RGB
CMYK
RGB Variations
Color information
#B50CE3 (or 0xB50CE3) is known color: Electric Purple. HEX triplet: B5, 0C and E3. RGB value is (181,12,227). Sum of RGB (Red+Green+Blue) = 181+12+227=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #B50CE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CE3 is #4AF31C. Grayscale: #565656. Windows color (decimal): -4911901 or 14879925. OLE color: 14879925.
HSL color Cylindrical-coordinate representation of color #B50CE3: hue angle of 287.16º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CE3 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 12 | 227 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.11 |
| HSL | 287.16º | 0.9% | 0.47% | - |
| HSV(B) | 287.16º | 0.95% | 0.89% | - |
| XYZ | 33.05 | 15.63 | 73.95 | - |
| YUV | 87.04 | 206.99 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 227 | 0.20 | 0.95 | 0 | 0.11 | 287.16 | 0.9 | 0.47 |
| Hex | B5 | C | E3 | 14 | 5F | 0 | B | 11F | 5A | 2F |
| Octal | 265 | 14 | 343 | 24 | 137 | 0 | 13 | 437 | 132 | 57 |
| Binary | 10110101 | 1100 | 11100011 | 10100 | 1011111 | 0 | 1011 | 100011111 | 1011010 | 101111 |
Color Harmonies of #B50CE3
Complementary color
Monochromatic Colors of #B50CE3
Black with #B50CE3
Text Example
Text Example
White with #B50CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CE3; }
p { color: rgb(181,12,227); }
H1.HeaderClassName
{
color: #B50CE3;
}
.AnyTagClassName
{
color: #B50CE3;
}
</style>
background-color css
<style>
a { background-color: #B50CE3; }
a { background-color: rgb(181,12,227); }
div.DivClassName
{
background-color: #B50CE3;
}
.BgClassName
{
background-color: #B50CE3;
}
</style>
border-color css
<style>
span { border-color: #B50CE3; }
span { border-color: rgb(181,12,227); }
td.TdClassName
{
border-color: #B50CE3;
}
.TagClassName
{
border-color: #B50CE3;
}
</style>