Shades of Electric Purple #B813FF
Tints of Electric Purple #B813FF
RGB
CMYK
RGB Variations
Color information
#B813FF (or 0xB813FF) is known color: Electric Purple. HEX triplet: B8, 13 and FF. RGB value is (184,19,255). Sum of RGB (Red+Green+Blue) = 184+19+255=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #B813FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B813FF is #47EC00. Grayscale: #5E5E5E. Windows color (decimal): -4713473 or 16716728. OLE color: 16716728.
HSL color Cylindrical-coordinate representation of color #B813FF: hue angle of 281.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B813FF is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 19 | 255 | - |
| CMYK | 0.28 | 0.93 | 0 | 0 |
| HSL | 281.95º | 1% | 0.54% | - |
| HSV(B) | 281.95º | 0.93% | 1% | - |
| XYZ | 38.05 | 17.88 | 96.05 | - |
| YUV | 95.24 | 218.16 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 255 | 0.28 | 0.93 | 0 | 0 | 281.95 | 1 | 0.54 |
| Hex | B8 | 13 | FF | 1C | 5D | 0 | 0 | 11A | 64 | 36 |
| Octal | 270 | 23 | 377 | 34 | 135 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111000 | 10011 | 11111111 | 11100 | 1011101 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #B813FF
Complementary color
Monochromatic Colors of #B813FF
Black with #B813FF
Text Example
Text Example
White with #B813FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813FF; }
p { color: rgb(184,19,255); }
H1.HeaderClassName
{
color: #B813FF;
}
.AnyTagClassName
{
color: #B813FF;
}
</style>
background-color css
<style>
a { background-color: #B813FF; }
a { background-color: rgb(184,19,255); }
div.DivClassName
{
background-color: #B813FF;
}
.BgClassName
{
background-color: #B813FF;
}
</style>
border-color css
<style>
span { border-color: #B813FF; }
span { border-color: rgb(184,19,255); }
td.TdClassName
{
border-color: #B813FF;
}
.TagClassName
{
border-color: #B813FF;
}
</style>