Shades of Electric Purple #B81FFD
Tints of Electric Purple #B81FFD
RGB
CMYK
RGB Variations
Color information
#B81FFD (or 0xB81FFD) is known color: Electric Purple. HEX triplet: B8, 1F and FD. RGB value is (184,31,253). Sum of RGB (Red+Green+Blue) = 184+31+253=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #B81FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FFD is #47E002. Grayscale: #656565. Windows color (decimal): -4710403 or 16588728. OLE color: 16588728.
HSL color Cylindrical-coordinate representation of color #B81FFD: hue angle of 281.35º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81FFD is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 31 | 253 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.01 |
| HSL | 281.35º | 0.98% | 0.56% | - |
| HSV(B) | 281.35º | 0.88% | 0.99% | - |
| XYZ | 37.99 | 18.26 | 94.45 | - |
| YUV | 102.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 253 | 0.27 | 0.88 | 0 | 0.01 | 281.35 | 0.98 | 0.56 |
| Hex | B8 | 1F | FD | 1B | 58 | 0 | 1 | 119 | 62 | 38 |
| Octal | 270 | 37 | 375 | 33 | 130 | 0 | 1 | 431 | 142 | 70 |
| Binary | 10111000 | 11111 | 11111101 | 11011 | 1011000 | 0 | 1 | 100011001 | 1100010 | 111000 |
Color Harmonies of #B81FFD
Complementary color
Monochromatic Colors of #B81FFD
Black with #B81FFD
Text Example
Text Example
White with #B81FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FFD; }
p { color: rgb(184,31,253); }
H1.HeaderClassName
{
color: #B81FFD;
}
.AnyTagClassName
{
color: #B81FFD;
}
</style>
background-color css
<style>
a { background-color: #B81FFD; }
a { background-color: rgb(184,31,253); }
div.DivClassName
{
background-color: #B81FFD;
}
.BgClassName
{
background-color: #B81FFD;
}
</style>
border-color css
<style>
span { border-color: #B81FFD; }
span { border-color: rgb(184,31,253); }
td.TdClassName
{
border-color: #B81FFD;
}
.TagClassName
{
border-color: #B81FFD;
}
</style>