Shades of Electric Purple #B819F3
Tints of Electric Purple #B819F3
RGB
CMYK
RGB Variations
Color information
#B819F3 (or 0xB819F3) is known color: Electric Purple. HEX triplet: B8, 19 and F3. RGB value is (184,25,243). Sum of RGB (Red+Green+Blue) = 184+25+243=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #B819F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B819F3 is #47E60C. Grayscale: #606060. Windows color (decimal): -4711949 or 15931832. OLE color: 15931832.
HSL color Cylindrical-coordinate representation of color #B819F3: hue angle of 283.76º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B819F3 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 25 | 243 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.05 |
| HSL | 283.76º | 0.9% | 0.53% | - |
| HSV(B) | 283.76º | 0.9% | 0.95% | - |
| XYZ | 36.29 | 17.36 | 86.23 | - |
| YUV | 97.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 243 | 0.24 | 0.90 | 0 | 0.05 | 283.76 | 0.9 | 0.53 |
| Hex | B8 | 19 | F3 | 18 | 5A | 0 | 5 | 11C | 5A | 35 |
| Octal | 270 | 31 | 363 | 30 | 132 | 0 | 5 | 434 | 132 | 65 |
| Binary | 10111000 | 11001 | 11110011 | 11000 | 1011010 | 0 | 101 | 100011100 | 1011010 | 110101 |
Color Harmonies of #B819F3
Complementary color
Monochromatic Colors of #B819F3
Black with #B819F3
Text Example
Text Example
White with #B819F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819F3; }
p { color: rgb(184,25,243); }
H1.HeaderClassName
{
color: #B819F3;
}
.AnyTagClassName
{
color: #B819F3;
}
</style>
background-color css
<style>
a { background-color: #B819F3; }
a { background-color: rgb(184,25,243); }
div.DivClassName
{
background-color: #B819F3;
}
.BgClassName
{
background-color: #B819F3;
}
</style>
border-color css
<style>
span { border-color: #B819F3; }
span { border-color: rgb(184,25,243); }
td.TdClassName
{
border-color: #B819F3;
}
.TagClassName
{
border-color: #B819F3;
}
</style>