Shades of Electric Purple #B50AFF
Tints of Electric Purple #B50AFF
RGB
CMYK
RGB Variations
Color information
#B50AFF (or 0xB50AFF) is known color: Electric Purple. HEX triplet: B5, 0A and FF. RGB value is (181,10,255). Sum of RGB (Red+Green+Blue) = 181+10+255=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B50AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50AFF is #4AF500. Grayscale: #585858. Windows color (decimal): -4912385 or 16714421. OLE color: 16714421.
HSL color Cylindrical-coordinate representation of color #B50AFF: hue angle of 281.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50AFF is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 10 | 255 | - |
| CMYK | 0.29 | 0.96 | 0 | 0 |
| HSL | 281.88º | 1% | 0.52% | - |
| HSV(B) | 281.88º | 0.96% | 1% | - |
| XYZ | 37.21 | 17.26 | 95.98 | - |
| YUV | 89.06 | 221.65 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 255 | 0.29 | 0.96 | 0 | 0 | 281.88 | 1 | 0.52 |
| Hex | B5 | A | FF | 1D | 60 | 0 | 0 | 11A | 64 | 34 |
| Octal | 265 | 12 | 377 | 35 | 140 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110101 | 1010 | 11111111 | 11101 | 1100000 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B50AFF
Complementary color
Monochromatic Colors of #B50AFF
Black with #B50AFF
Text Example
Text Example
White with #B50AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AFF; }
p { color: rgb(181,10,255); }
H1.HeaderClassName
{
color: #B50AFF;
}
.AnyTagClassName
{
color: #B50AFF;
}
</style>
background-color css
<style>
a { background-color: #B50AFF; }
a { background-color: rgb(181,10,255); }
div.DivClassName
{
background-color: #B50AFF;
}
.BgClassName
{
background-color: #B50AFF;
}
</style>
border-color css
<style>
span { border-color: #B50AFF; }
span { border-color: rgb(181,10,255); }
td.TdClassName
{
border-color: #B50AFF;
}
.TagClassName
{
border-color: #B50AFF;
}
</style>