Shades of Electric Purple #B817EB
Tints of Electric Purple #B817EB
RGB
CMYK
RGB Variations
Color information
#B817EB (or 0xB817EB) is known color: Electric Purple. HEX triplet: B8, 17 and EB. RGB value is (184,23,235). Sum of RGB (Red+Green+Blue) = 184+23+235=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #B817EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B817EB is #47E814. Grayscale: #5E5E5E. Windows color (decimal): -4712469 or 15407032. OLE color: 15407032.
HSL color Cylindrical-coordinate representation of color #B817EB: hue angle of 285.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B817EB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 23 | 235 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.08 |
| HSL | 285.57º | 0.84% | 0.51% | - |
| HSV(B) | 285.57º | 0.9% | 0.92% | - |
| XYZ | 35.07 | 16.8 | 79.99 | - |
| YUV | 95.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 235 | 0.22 | 0.90 | 0 | 0.08 | 285.57 | 0.84 | 0.51 |
| Hex | B8 | 17 | EB | 16 | 5A | 0 | 8 | 11E | 54 | 33 |
| Octal | 270 | 27 | 353 | 26 | 132 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111000 | 10111 | 11101011 | 10110 | 1011010 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #B817EB
Complementary color
Monochromatic Colors of #B817EB
Black with #B817EB
Text Example
Text Example
White with #B817EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817EB; }
p { color: rgb(184,23,235); }
H1.HeaderClassName
{
color: #B817EB;
}
.AnyTagClassName
{
color: #B817EB;
}
</style>
background-color css
<style>
a { background-color: #B817EB; }
a { background-color: rgb(184,23,235); }
div.DivClassName
{
background-color: #B817EB;
}
.BgClassName
{
background-color: #B817EB;
}
</style>
border-color css
<style>
span { border-color: #B817EB; }
span { border-color: rgb(184,23,235); }
td.TdClassName
{
border-color: #B817EB;
}
.TagClassName
{
border-color: #B817EB;
}
</style>