Shades of Electric Purple #B817ED
Tints of Electric Purple #B817ED
RGB
CMYK
RGB Variations
Color information
#B817ED (or 0xB817ED) is known color: Electric Purple. HEX triplet: B8, 17 and ED. RGB value is (184,23,237). Sum of RGB (Red+Green+Blue) = 184+23+237=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #B817ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B817ED is #47E812. Grayscale: #5E5E5E. Windows color (decimal): -4712467 or 15538104. OLE color: 15538104.
HSL color Cylindrical-coordinate representation of color #B817ED: hue angle of 285.14º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B817ED is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 23 | 237 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.07 |
| HSL | 285.14º | 0.86% | 0.51% | - |
| HSV(B) | 285.14º | 0.9% | 0.93% | - |
| XYZ | 35.36 | 16.92 | 81.52 | - |
| YUV | 95.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 237 | 0.22 | 0.90 | 0 | 0.07 | 285.14 | 0.86 | 0.51 |
| Hex | B8 | 17 | ED | 16 | 5A | 0 | 7 | 11D | 56 | 33 |
| Octal | 270 | 27 | 355 | 26 | 132 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10111000 | 10111 | 11101101 | 10110 | 1011010 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B817ED
Complementary color
Monochromatic Colors of #B817ED
Black with #B817ED
Text Example
Text Example
White with #B817ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817ED; }
p { color: rgb(184,23,237); }
H1.HeaderClassName
{
color: #B817ED;
}
.AnyTagClassName
{
color: #B817ED;
}
</style>
background-color css
<style>
a { background-color: #B817ED; }
a { background-color: rgb(184,23,237); }
div.DivClassName
{
background-color: #B817ED;
}
.BgClassName
{
background-color: #B817ED;
}
</style>
border-color css
<style>
span { border-color: #B817ED; }
span { border-color: rgb(184,23,237); }
td.TdClassName
{
border-color: #B817ED;
}
.TagClassName
{
border-color: #B817ED;
}
</style>