Shades of Electric Purple #B915EC
Tints of Electric Purple #B915EC
RGB
CMYK
RGB Variations
Color information
#B915EC (or 0xB915EC) is known color: Electric Purple. HEX triplet: B9, 15 and EC. RGB value is (185,21,236). Sum of RGB (Red+Green+Blue) = 185+21+236=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #B915EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915EC is #46EA13. Grayscale: #5D5D5D. Windows color (decimal): -4647444 or 15472057. OLE color: 15472057.
HSL color Cylindrical-coordinate representation of color #B915EC: hue angle of 285.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B915EC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 21 | 236 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.77º | 0.85% | 0.5% | - |
| HSV(B) | 285.77º | 0.91% | 0.93% | - |
| XYZ | 35.42 | 16.91 | 80.75 | - |
| YUV | 94.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 236 | 0.22 | 0.91 | 0 | 0.07 | 285.77 | 0.85 | 0.5 |
| Hex | B9 | 15 | EC | 16 | 5B | 0 | 7 | 11E | 55 | 32 |
| Octal | 271 | 25 | 354 | 26 | 133 | 0 | 7 | 436 | 125 | 62 |
| Binary | 10111001 | 10101 | 11101100 | 10110 | 1011011 | 0 | 111 | 100011110 | 1010101 | 110010 |
Color Harmonies of #B915EC
Complementary color
Monochromatic Colors of #B915EC
Black with #B915EC
Text Example
Text Example
White with #B915EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915EC; }
p { color: rgb(185,21,236); }
H1.HeaderClassName
{
color: #B915EC;
}
.AnyTagClassName
{
color: #B915EC;
}
</style>
background-color css
<style>
a { background-color: #B915EC; }
a { background-color: rgb(185,21,236); }
div.DivClassName
{
background-color: #B915EC;
}
.BgClassName
{
background-color: #B915EC;
}
</style>
border-color css
<style>
span { border-color: #B915EC; }
span { border-color: rgb(185,21,236); }
td.TdClassName
{
border-color: #B915EC;
}
.TagClassName
{
border-color: #B915EC;
}
</style>