Shades of Electric Purple #B81BF4
Tints of Electric Purple #B81BF4
RGB
CMYK
RGB Variations
Color information
#B81BF4 (or 0xB81BF4) is known color: Electric Purple. HEX triplet: B8, 1B and F4. RGB value is (184,27,244). Sum of RGB (Red+Green+Blue) = 184+27+244=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #B81BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81BF4 is #47E40B. Grayscale: #616161. Windows color (decimal): -4711436 or 15997880. OLE color: 15997880.
HSL color Cylindrical-coordinate representation of color #B81BF4: hue angle of 283.41º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81BF4 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 27 | 244 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.04 |
| HSL | 283.41º | 0.91% | 0.53% | - |
| HSV(B) | 283.41º | 0.89% | 0.96% | - |
| XYZ | 36.49 | 17.51 | 87.04 | - |
| YUV | 98.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 244 | 0.25 | 0.89 | 0 | 0.04 | 283.41 | 0.91 | 0.53 |
| Hex | B8 | 1B | F4 | 19 | 59 | 0 | 4 | 11B | 5B | 35 |
| Octal | 270 | 33 | 364 | 31 | 131 | 0 | 4 | 433 | 133 | 65 |
| Binary | 10111000 | 11011 | 11110100 | 11001 | 1011001 | 0 | 100 | 100011011 | 1011011 | 110101 |
Color Harmonies of #B81BF4
Complementary color
Monochromatic Colors of #B81BF4
Black with #B81BF4
Text Example
Text Example
White with #B81BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BF4; }
p { color: rgb(184,27,244); }
H1.HeaderClassName
{
color: #B81BF4;
}
.AnyTagClassName
{
color: #B81BF4;
}
</style>
background-color css
<style>
a { background-color: #B81BF4; }
a { background-color: rgb(184,27,244); }
div.DivClassName
{
background-color: #B81BF4;
}
.BgClassName
{
background-color: #B81BF4;
}
</style>
border-color css
<style>
span { border-color: #B81BF4; }
span { border-color: rgb(184,27,244); }
td.TdClassName
{
border-color: #B81BF4;
}
.TagClassName
{
border-color: #B81BF4;
}
</style>