Shades of Electric Purple #B50FFC
Tints of Electric Purple #B50FFC
RGB
CMYK
RGB Variations
Color information
#B50FFC (or 0xB50FFC) is known color: Electric Purple. HEX triplet: B5, 0F and FC. RGB value is (181,15,252). Sum of RGB (Red+Green+Blue) = 181+15+252=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #B50FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FFC is #4AF003. Grayscale: #5A5A5A. Windows color (decimal): -4911108 or 16519093. OLE color: 16519093.
HSL color Cylindrical-coordinate representation of color #B50FFC: hue angle of 282.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50FFC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 15 | 252 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.01 |
| HSL | 282.03º | 0.98% | 0.52% | - |
| HSV(B) | 282.03º | 0.94% | 0.99% | - |
| XYZ | 36.8 | 17.19 | 93.47 | - |
| YUV | 91.65 | 218.5 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 252 | 0.28 | 0.94 | 0 | 0.01 | 282.03 | 0.98 | 0.52 |
| Hex | B5 | F | FC | 1C | 5E | 0 | 1 | 11A | 62 | 34 |
| Octal | 265 | 17 | 374 | 34 | 136 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110101 | 1111 | 11111100 | 11100 | 1011110 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B50FFC
Complementary color
Monochromatic Colors of #B50FFC
Black with #B50FFC
Text Example
Text Example
White with #B50FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FFC; }
p { color: rgb(181,15,252); }
H1.HeaderClassName
{
color: #B50FFC;
}
.AnyTagClassName
{
color: #B50FFC;
}
</style>
background-color css
<style>
a { background-color: #B50FFC; }
a { background-color: rgb(181,15,252); }
div.DivClassName
{
background-color: #B50FFC;
}
.BgClassName
{
background-color: #B50FFC;
}
</style>
border-color css
<style>
span { border-color: #B50FFC; }
span { border-color: rgb(181,15,252); }
td.TdClassName
{
border-color: #B50FFC;
}
.TagClassName
{
border-color: #B50FFC;
}
</style>