Shades of Electric Purple #B918E5
Tints of Electric Purple #B918E5
RGB
CMYK
RGB Variations
Color information
#B918E5 (or 0xB918E5) is known color: Electric Purple. HEX triplet: B9, 18 and E5. RGB value is (185,24,229). Sum of RGB (Red+Green+Blue) = 185+24+229=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #B918E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918E5 is #46E71A. Grayscale: #5E5E5E. Windows color (decimal): -4646683 or 15014073. OLE color: 15014073.
HSL color Cylindrical-coordinate representation of color #B918E5: hue angle of 287.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B918E5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 24 | 229 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.10 |
| HSL | 287.12º | 0.81% | 0.5% | - |
| HSV(B) | 287.12º | 0.9% | 0.9% | - |
| XYZ | 34.48 | 16.62 | 75.52 | - |
| YUV | 95.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 229 | 0.19 | 0.90 | 0 | 0.10 | 287.12 | 0.81 | 0.5 |
| Hex | B9 | 18 | E5 | 13 | 5A | 0 | A | 11F | 51 | 32 |
| Octal | 271 | 30 | 345 | 23 | 132 | 0 | 12 | 437 | 121 | 62 |
| Binary | 10111001 | 11000 | 11100101 | 10011 | 1011010 | 0 | 1010 | 100011111 | 1010001 | 110010 |
Color Harmonies of #B918E5
Complementary color
Monochromatic Colors of #B918E5
Black with #B918E5
Text Example
Text Example
White with #B918E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918E5; }
p { color: rgb(185,24,229); }
H1.HeaderClassName
{
color: #B918E5;
}
.AnyTagClassName
{
color: #B918E5;
}
</style>
background-color css
<style>
a { background-color: #B918E5; }
a { background-color: rgb(185,24,229); }
div.DivClassName
{
background-color: #B918E5;
}
.BgClassName
{
background-color: #B918E5;
}
</style>
border-color css
<style>
span { border-color: #B918E5; }
span { border-color: rgb(185,24,229); }
td.TdClassName
{
border-color: #B918E5;
}
.TagClassName
{
border-color: #B918E5;
}
</style>