Shades of Electric Purple #B813EF
Tints of Electric Purple #B813EF
RGB
CMYK
RGB Variations
Color information
#B813EF (or 0xB813EF) is known color: Electric Purple. HEX triplet: B8, 13 and EF. RGB value is (184,19,239). Sum of RGB (Red+Green+Blue) = 184+19+239=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #B813EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B813EF is #47EC10. Grayscale: #5C5C5C. Windows color (decimal): -4713489 or 15668152. OLE color: 15668152.
HSL color Cylindrical-coordinate representation of color #B813EF: hue angle of 285º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B813EF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 19 | 239 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.06 |
| HSL | 285º | 0.87% | 0.51% | - |
| HSV(B) | 285º | 0.92% | 0.94% | - |
| XYZ | 35.58 | 16.89 | 83.05 | - |
| YUV | 93.42 | 210.16 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 239 | 0.23 | 0.92 | 0 | 0.06 | 285 | 0.87 | 0.51 |
| Hex | B8 | 13 | EF | 17 | 5C | 0 | 6 | 11D | 57 | 33 |
| Octal | 270 | 23 | 357 | 27 | 134 | 0 | 6 | 435 | 127 | 63 |
| Binary | 10111000 | 10011 | 11101111 | 10111 | 1011100 | 0 | 110 | 100011101 | 1010111 | 110011 |
Color Harmonies of #B813EF
Complementary color
Monochromatic Colors of #B813EF
Black with #B813EF
Text Example
Text Example
White with #B813EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813EF; }
p { color: rgb(184,19,239); }
H1.HeaderClassName
{
color: #B813EF;
}
.AnyTagClassName
{
color: #B813EF;
}
</style>
background-color css
<style>
a { background-color: #B813EF; }
a { background-color: rgb(184,19,239); }
div.DivClassName
{
background-color: #B813EF;
}
.BgClassName
{
background-color: #B813EF;
}
</style>
border-color css
<style>
span { border-color: #B813EF; }
span { border-color: rgb(184,19,239); }
td.TdClassName
{
border-color: #B813EF;
}
.TagClassName
{
border-color: #B813EF;
}
</style>