Shades of Electric Purple #B918E1
Tints of Electric Purple #B918E1
RGB
CMYK
RGB Variations
Color information
#B918E1 (or 0xB918E1) is known color: Electric Purple. HEX triplet: B9, 18 and E1. RGB value is (185,24,225). Sum of RGB (Red+Green+Blue) = 185+24+225=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #B918E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918E1 is #46E71E. Grayscale: #5E5E5E. Windows color (decimal): -4646687 or 14751929. OLE color: 14751929.
HSL color Cylindrical-coordinate representation of color #B918E1: hue angle of 288.06º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B918E1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 24 | 225 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.12 |
| HSL | 288.06º | 0.81% | 0.49% | - |
| HSV(B) | 288.06º | 0.89% | 0.88% | - |
| XYZ | 33.92 | 16.4 | 72.61 | - |
| YUV | 95.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 225 | 0.18 | 0.89 | 0 | 0.12 | 288.06 | 0.81 | 0.49 |
| Hex | B9 | 18 | E1 | 12 | 59 | 0 | C | 120 | 51 | 31 |
| Octal | 271 | 30 | 341 | 22 | 131 | 0 | 14 | 440 | 121 | 61 |
| Binary | 10111001 | 11000 | 11100001 | 10010 | 1011001 | 0 | 1100 | 100100000 | 1010001 | 110001 |
Color Harmonies of #B918E1
Complementary color
Monochromatic Colors of #B918E1
Black with #B918E1
Text Example
Text Example
White with #B918E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918E1; }
p { color: rgb(185,24,225); }
H1.HeaderClassName
{
color: #B918E1;
}
.AnyTagClassName
{
color: #B918E1;
}
</style>
background-color css
<style>
a { background-color: #B918E1; }
a { background-color: rgb(185,24,225); }
div.DivClassName
{
background-color: #B918E1;
}
.BgClassName
{
background-color: #B918E1;
}
</style>
border-color css
<style>
span { border-color: #B918E1; }
span { border-color: rgb(185,24,225); }
td.TdClassName
{
border-color: #B918E1;
}
.TagClassName
{
border-color: #B918E1;
}
</style>