Shades of Electric Purple #B917EA
Tints of Electric Purple #B917EA
RGB
CMYK
RGB Variations
Color information
#B917EA (or 0xB917EA) is known color: Electric Purple. HEX triplet: B9, 17 and EA. RGB value is (185,23,234). Sum of RGB (Red+Green+Blue) = 185+23+234=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #B917EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917EA is #46E815. Grayscale: #5E5E5E. Windows color (decimal): -4646934 or 15341497. OLE color: 15341497.
HSL color Cylindrical-coordinate representation of color #B917EA: hue angle of 286.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917EA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 23 | 234 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.08 |
| HSL | 286.07º | 0.83% | 0.5% | - |
| HSV(B) | 286.07º | 0.9% | 0.92% | - |
| XYZ | 35.17 | 16.87 | 79.24 | - |
| YUV | 95.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 234 | 0.21 | 0.90 | 0 | 0.08 | 286.07 | 0.83 | 0.5 |
| Hex | B9 | 17 | EA | 15 | 5A | 0 | 8 | 11E | 53 | 32 |
| Octal | 271 | 27 | 352 | 25 | 132 | 0 | 10 | 436 | 123 | 62 |
| Binary | 10111001 | 10111 | 11101010 | 10101 | 1011010 | 0 | 1000 | 100011110 | 1010011 | 110010 |
Color Harmonies of #B917EA
Complementary color
Monochromatic Colors of #B917EA
Black with #B917EA
Text Example
Text Example
White with #B917EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917EA; }
p { color: rgb(185,23,234); }
H1.HeaderClassName
{
color: #B917EA;
}
.AnyTagClassName
{
color: #B917EA;
}
</style>
background-color css
<style>
a { background-color: #B917EA; }
a { background-color: rgb(185,23,234); }
div.DivClassName
{
background-color: #B917EA;
}
.BgClassName
{
background-color: #B917EA;
}
</style>
border-color css
<style>
span { border-color: #B917EA; }
span { border-color: rgb(185,23,234); }
td.TdClassName
{
border-color: #B917EA;
}
.TagClassName
{
border-color: #B917EA;
}
</style>