Shades of Electric Purple #B81FF3
Tints of Electric Purple #B81FF3
RGB
CMYK
RGB Variations
Color information
#B81FF3 (or 0xB81FF3) is known color: Electric Purple. HEX triplet: B8, 1F and F3. RGB value is (184,31,243). Sum of RGB (Red+Green+Blue) = 184+31+243=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #B81FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FF3 is #47E00C. Grayscale: #646464. Windows color (decimal): -4710413 or 15933368. OLE color: 15933368.
HSL color Cylindrical-coordinate representation of color #B81FF3: hue angle of 283.3º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81FF3 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 31 | 243 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.05 |
| HSL | 283.3º | 0.9% | 0.54% | - |
| HSV(B) | 283.3º | 0.87% | 0.95% | - |
| XYZ | 36.43 | 17.64 | 86.28 | - |
| YUV | 100.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 243 | 0.24 | 0.87 | 0 | 0.05 | 283.3 | 0.9 | 0.54 |
| Hex | B8 | 1F | F3 | 18 | 57 | 0 | 5 | 11B | 5A | 36 |
| Octal | 270 | 37 | 363 | 30 | 127 | 0 | 5 | 433 | 132 | 66 |
| Binary | 10111000 | 11111 | 11110011 | 11000 | 1010111 | 0 | 101 | 100011011 | 1011010 | 110110 |
Color Harmonies of #B81FF3
Complementary color
Monochromatic Colors of #B81FF3
Black with #B81FF3
Text Example
Text Example
White with #B81FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FF3; }
p { color: rgb(184,31,243); }
H1.HeaderClassName
{
color: #B81FF3;
}
.AnyTagClassName
{
color: #B81FF3;
}
</style>
background-color css
<style>
a { background-color: #B81FF3; }
a { background-color: rgb(184,31,243); }
div.DivClassName
{
background-color: #B81FF3;
}
.BgClassName
{
background-color: #B81FF3;
}
</style>
border-color css
<style>
span { border-color: #B81FF3; }
span { border-color: rgb(184,31,243); }
td.TdClassName
{
border-color: #B81FF3;
}
.TagClassName
{
border-color: #B81FF3;
}
</style>