Shades of Electric Purple #B50CFC
Tints of Electric Purple #B50CFC
RGB
CMYK
RGB Variations
Color information
#B50CFC (or 0xB50CFC) is known color: Electric Purple. HEX triplet: B5, 0C and FC. RGB value is (181,12,252). Sum of RGB (Red+Green+Blue) = 181+12+252=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #B50CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CFC is #4AF303. Grayscale: #595959. Windows color (decimal): -4911876 or 16518325. OLE color: 16518325.
HSL color Cylindrical-coordinate representation of color #B50CFC: hue angle of 282.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CFC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 12 | 252 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.01 |
| HSL | 282.25º | 0.98% | 0.52% | - |
| HSV(B) | 282.25º | 0.95% | 0.99% | - |
| XYZ | 36.76 | 17.11 | 93.46 | - |
| YUV | 89.89 | 219.49 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 252 | 0.28 | 0.95 | 0 | 0.01 | 282.25 | 0.98 | 0.52 |
| Hex | B5 | C | FC | 1C | 5F | 0 | 1 | 11A | 62 | 34 |
| Octal | 265 | 14 | 374 | 34 | 137 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110101 | 1100 | 11111100 | 11100 | 1011111 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B50CFC
Complementary color
Monochromatic Colors of #B50CFC
Black with #B50CFC
Text Example
Text Example
White with #B50CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CFC; }
p { color: rgb(181,12,252); }
H1.HeaderClassName
{
color: #B50CFC;
}
.AnyTagClassName
{
color: #B50CFC;
}
</style>
background-color css
<style>
a { background-color: #B50CFC; }
a { background-color: rgb(181,12,252); }
div.DivClassName
{
background-color: #B50CFC;
}
.BgClassName
{
background-color: #B50CFC;
}
</style>
border-color css
<style>
span { border-color: #B50CFC; }
span { border-color: rgb(181,12,252); }
td.TdClassName
{
border-color: #B50CFC;
}
.TagClassName
{
border-color: #B50CFC;
}
</style>