Shades of Electric Purple #B50CFF
Tints of Electric Purple #B50CFF
RGB
CMYK
RGB Variations
Color information
#B50CFF (or 0xB50CFF) is known color: Electric Purple. HEX triplet: B5, 0C and FF. RGB value is (181,12,255). Sum of RGB (Red+Green+Blue) = 181+12+255=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B50CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CFF is #4AF300. Grayscale: #595959. Windows color (decimal): -4911873 or 16714933. OLE color: 16714933.
HSL color Cylindrical-coordinate representation of color #B50CFF: hue angle of 281.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CFF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 12 | 255 | - |
| CMYK | 0.29 | 0.95 | 0 | 0 |
| HSL | 281.73º | 1% | 0.52% | - |
| HSV(B) | 281.73º | 0.95% | 1% | - |
| XYZ | 37.24 | 17.31 | 95.99 | - |
| YUV | 90.23 | 220.99 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 255 | 0.29 | 0.95 | 0 | 0 | 281.73 | 1 | 0.52 |
| Hex | B5 | C | FF | 1D | 5F | 0 | 0 | 11A | 64 | 34 |
| Octal | 265 | 14 | 377 | 35 | 137 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110101 | 1100 | 11111111 | 11101 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B50CFF
Complementary color
Monochromatic Colors of #B50CFF
Black with #B50CFF
Text Example
Text Example
White with #B50CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CFF; }
p { color: rgb(181,12,255); }
H1.HeaderClassName
{
color: #B50CFF;
}
.AnyTagClassName
{
color: #B50CFF;
}
</style>
background-color css
<style>
a { background-color: #B50CFF; }
a { background-color: rgb(181,12,255); }
div.DivClassName
{
background-color: #B50CFF;
}
.BgClassName
{
background-color: #B50CFF;
}
</style>
border-color css
<style>
span { border-color: #B50CFF; }
span { border-color: rgb(181,12,255); }
td.TdClassName
{
border-color: #B50CFF;
}
.TagClassName
{
border-color: #B50CFF;
}
</style>