Shades of Electric Purple #B50DF2
Tints of Electric Purple #B50DF2
RGB
CMYK
RGB Variations
Color information
#B50DF2 (or 0xB50DF2) is known color: Electric Purple. HEX triplet: B5, 0D and F2. RGB value is (181,13,242). Sum of RGB (Red+Green+Blue) = 181+13+242=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #B50DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DF2 is #4AF20D. Grayscale: #585858. Windows color (decimal): -4911630 or 15863221. OLE color: 15863221.
HSL color Cylindrical-coordinate representation of color #B50DF2: hue angle of 284.02º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50DF2 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 13 | 242 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.05 |
| HSL | 284.02º | 0.9% | 0.5% | - |
| HSV(B) | 284.02º | 0.95% | 0.95% | - |
| XYZ | 35.23 | 16.52 | 85.34 | - |
| YUV | 89.34 | 214.16 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 242 | 0.25 | 0.95 | 0 | 0.05 | 284.02 | 0.9 | 0.5 |
| Hex | B5 | D | F2 | 19 | 5F | 0 | 5 | 11C | 5A | 32 |
| Octal | 265 | 15 | 362 | 31 | 137 | 0 | 5 | 434 | 132 | 62 |
| Binary | 10110101 | 1101 | 11110010 | 11001 | 1011111 | 0 | 101 | 100011100 | 1011010 | 110010 |
Color Harmonies of #B50DF2
Complementary color
Monochromatic Colors of #B50DF2
Black with #B50DF2
Text Example
Text Example
White with #B50DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DF2; }
p { color: rgb(181,13,242); }
H1.HeaderClassName
{
color: #B50DF2;
}
.AnyTagClassName
{
color: #B50DF2;
}
</style>
background-color css
<style>
a { background-color: #B50DF2; }
a { background-color: rgb(181,13,242); }
div.DivClassName
{
background-color: #B50DF2;
}
.BgClassName
{
background-color: #B50DF2;
}
</style>
border-color css
<style>
span { border-color: #B50DF2; }
span { border-color: rgb(181,13,242); }
td.TdClassName
{
border-color: #B50DF2;
}
.TagClassName
{
border-color: #B50DF2;
}
</style>