Shades of Electric Purple #B81CFA
Tints of Electric Purple #B81CFA
RGB
CMYK
RGB Variations
Color information
#B81CFA (or 0xB81CFA) is known color: Electric Purple. HEX triplet: B8, 1C and FA. RGB value is (184,28,250). Sum of RGB (Red+Green+Blue) = 184+28+250=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #B81CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CFA is #47E305. Grayscale: #636363. Windows color (decimal): -4711174 or 16391352. OLE color: 16391352.
HSL color Cylindrical-coordinate representation of color #B81CFA: hue angle of 282.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81CFA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 28 | 250 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.02 |
| HSL | 282.16º | 0.96% | 0.55% | - |
| HSV(B) | 282.16º | 0.89% | 0.98% | - |
| XYZ | 37.44 | 17.92 | 91.93 | - |
| YUV | 99.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 250 | 0.26 | 0.89 | 0 | 0.02 | 282.16 | 0.96 | 0.55 |
| Hex | B8 | 1C | FA | 1A | 59 | 0 | 2 | 11A | 60 | 37 |
| Octal | 270 | 34 | 372 | 32 | 131 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10111000 | 11100 | 11111010 | 11010 | 1011001 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #B81CFA
Complementary color
Monochromatic Colors of #B81CFA
Black with #B81CFA
Text Example
Text Example
White with #B81CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81CFA; }
p { color: rgb(184,28,250); }
H1.HeaderClassName
{
color: #B81CFA;
}
.AnyTagClassName
{
color: #B81CFA;
}
</style>
background-color css
<style>
a { background-color: #B81CFA; }
a { background-color: rgb(184,28,250); }
div.DivClassName
{
background-color: #B81CFA;
}
.BgClassName
{
background-color: #B81CFA;
}
</style>
border-color css
<style>
span { border-color: #B81CFA; }
span { border-color: rgb(184,28,250); }
td.TdClassName
{
border-color: #B81CFA;
}
.TagClassName
{
border-color: #B81CFA;
}
</style>