Shades of Electric Purple #B81DFC
Tints of Electric Purple #B81DFC
RGB
CMYK
RGB Variations
Color information
#B81DFC (or 0xB81DFC) is known color: Electric Purple. HEX triplet: B8, 1D and FC. RGB value is (184,29,252). Sum of RGB (Red+Green+Blue) = 184+29+252=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #B81DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DFC is #47E203. Grayscale: #646464. Windows color (decimal): -4710916 or 16522680. OLE color: 16522680.
HSL color Cylindrical-coordinate representation of color #B81DFC: hue angle of 281.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81DFC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 29 | 252 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.01 |
| HSL | 281.7º | 0.97% | 0.55% | - |
| HSV(B) | 281.7º | 0.88% | 0.99% | - |
| XYZ | 37.78 | 18.1 | 93.6 | - |
| YUV | 100.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 252 | 0.27 | 0.88 | 0 | 0.01 | 281.7 | 0.97 | 0.55 |
| Hex | B8 | 1D | FC | 1B | 58 | 0 | 1 | 11A | 61 | 37 |
| Octal | 270 | 35 | 374 | 33 | 130 | 0 | 1 | 432 | 141 | 67 |
| Binary | 10111000 | 11101 | 11111100 | 11011 | 1011000 | 0 | 1 | 100011010 | 1100001 | 110111 |
Color Harmonies of #B81DFC
Complementary color
Monochromatic Colors of #B81DFC
Black with #B81DFC
Text Example
Text Example
White with #B81DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DFC; }
p { color: rgb(184,29,252); }
H1.HeaderClassName
{
color: #B81DFC;
}
.AnyTagClassName
{
color: #B81DFC;
}
</style>
background-color css
<style>
a { background-color: #B81DFC; }
a { background-color: rgb(184,29,252); }
div.DivClassName
{
background-color: #B81DFC;
}
.BgClassName
{
background-color: #B81DFC;
}
</style>
border-color css
<style>
span { border-color: #B81DFC; }
span { border-color: rgb(184,29,252); }
td.TdClassName
{
border-color: #B81DFC;
}
.TagClassName
{
border-color: #B81DFC;
}
</style>