Shades of Electric Purple #B50CDF
Tints of Electric Purple #B50CDF
RGB
CMYK
RGB Variations
Color information
#B50CDF (or 0xB50CDF) is known color: Electric Purple. HEX triplet: B5, 0C and DF. RGB value is (181,12,223). Sum of RGB (Red+Green+Blue) = 181+12+223=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #B50CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CDF is #4AF320. Grayscale: #555555. Windows color (decimal): -4911905 or 14617781. OLE color: 14617781.
HSL color Cylindrical-coordinate representation of color #B50CDF: hue angle of 288.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CDF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 12 | 223 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.13 |
| HSL | 288.06º | 0.9% | 0.46% | - |
| HSV(B) | 288.06º | 0.95% | 0.87% | - |
| XYZ | 32.51 | 15.41 | 71.07 | - |
| YUV | 86.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 223 | 0.19 | 0.95 | 0 | 0.13 | 288.06 | 0.9 | 0.46 |
| Hex | B5 | C | DF | 13 | 5F | 0 | D | 120 | 5A | 2E |
| Octal | 265 | 14 | 337 | 23 | 137 | 0 | 15 | 440 | 132 | 56 |
| Binary | 10110101 | 1100 | 11011111 | 10011 | 1011111 | 0 | 1101 | 100100000 | 1011010 | 101110 |
Color Harmonies of #B50CDF
Complementary color
Monochromatic Colors of #B50CDF
Black with #B50CDF
Text Example
Text Example
White with #B50CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CDF; }
p { color: rgb(181,12,223); }
H1.HeaderClassName
{
color: #B50CDF;
}
.AnyTagClassName
{
color: #B50CDF;
}
</style>
background-color css
<style>
a { background-color: #B50CDF; }
a { background-color: rgb(181,12,223); }
div.DivClassName
{
background-color: #B50CDF;
}
.BgClassName
{
background-color: #B50CDF;
}
</style>
border-color css
<style>
span { border-color: #B50CDF; }
span { border-color: rgb(181,12,223); }
td.TdClassName
{
border-color: #B50CDF;
}
.TagClassName
{
border-color: #B50CDF;
}
</style>