Shades of Electric Purple #B813F9
Tints of Electric Purple #B813F9
RGB
CMYK
RGB Variations
Color information
#B813F9 (or 0xB813F9) is known color: Electric Purple. HEX triplet: B8, 13 and F9. RGB value is (184,19,249). Sum of RGB (Red+Green+Blue) = 184+19+249=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #B813F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B813F9 is #47EC06. Grayscale: #5D5D5D. Windows color (decimal): -4713479 or 16323512. OLE color: 16323512.
HSL color Cylindrical-coordinate representation of color #B813F9: hue angle of 283.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B813F9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 19 | 249 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.02 |
| HSL | 283.04º | 0.95% | 0.53% | - |
| HSV(B) | 283.04º | 0.92% | 0.98% | - |
| XYZ | 37.1 | 17.5 | 91.04 | - |
| YUV | 94.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 249 | 0.26 | 0.92 | 0 | 0.02 | 283.04 | 0.95 | 0.53 |
| Hex | B8 | 13 | F9 | 1A | 5C | 0 | 2 | 11B | 5F | 35 |
| Octal | 270 | 23 | 371 | 32 | 134 | 0 | 2 | 433 | 137 | 65 |
| Binary | 10111000 | 10011 | 11111001 | 11010 | 1011100 | 0 | 10 | 100011011 | 1011111 | 110101 |
Color Harmonies of #B813F9
Complementary color
Monochromatic Colors of #B813F9
Black with #B813F9
Text Example
Text Example
White with #B813F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813F9; }
p { color: rgb(184,19,249); }
H1.HeaderClassName
{
color: #B813F9;
}
.AnyTagClassName
{
color: #B813F9;
}
</style>
background-color css
<style>
a { background-color: #B813F9; }
a { background-color: rgb(184,19,249); }
div.DivClassName
{
background-color: #B813F9;
}
.BgClassName
{
background-color: #B813F9;
}
</style>
border-color css
<style>
span { border-color: #B813F9; }
span { border-color: rgb(184,19,249); }
td.TdClassName
{
border-color: #B813F9;
}
.TagClassName
{
border-color: #B813F9;
}
</style>