Shades of Electric Purple #B81BFD
Tints of Electric Purple #B81BFD
RGB
CMYK
RGB Variations
Color information
#B81BFD (or 0xB81BFD) is known color: Electric Purple. HEX triplet: B8, 1B and FD. RGB value is (184,27,253). Sum of RGB (Red+Green+Blue) = 184+27+253=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #B81BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81BFD is #47E402. Grayscale: #626262. Windows color (decimal): -4711427 or 16587704. OLE color: 16587704.
HSL color Cylindrical-coordinate representation of color #B81BFD: hue angle of 281.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81BFD is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 27 | 253 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.01 |
| HSL | 281.68º | 0.98% | 0.55% | - |
| HSV(B) | 281.68º | 0.89% | 0.99% | - |
| XYZ | 37.89 | 18.07 | 94.42 | - |
| YUV | 99.71 | 214.51 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 253 | 0.27 | 0.89 | 0 | 0.01 | 281.68 | 0.98 | 0.55 |
| Hex | B8 | 1B | FD | 1B | 59 | 0 | 1 | 11A | 62 | 37 |
| Octal | 270 | 33 | 375 | 33 | 131 | 0 | 1 | 432 | 142 | 67 |
| Binary | 10111000 | 11011 | 11111101 | 11011 | 1011001 | 0 | 1 | 100011010 | 1100010 | 110111 |
Color Harmonies of #B81BFD
Complementary color
Monochromatic Colors of #B81BFD
Black with #B81BFD
Text Example
Text Example
White with #B81BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BFD; }
p { color: rgb(184,27,253); }
H1.HeaderClassName
{
color: #B81BFD;
}
.AnyTagClassName
{
color: #B81BFD;
}
</style>
background-color css
<style>
a { background-color: #B81BFD; }
a { background-color: rgb(184,27,253); }
div.DivClassName
{
background-color: #B81BFD;
}
.BgClassName
{
background-color: #B81BFD;
}
</style>
border-color css
<style>
span { border-color: #B81BFD; }
span { border-color: rgb(184,27,253); }
td.TdClassName
{
border-color: #B81BFD;
}
.TagClassName
{
border-color: #B81BFD;
}
</style>