Shades of Electric Purple #B821F9
Tints of Electric Purple #B821F9
RGB
CMYK
RGB Variations
Color information
#B821F9 (or 0xB821F9) is known color: Electric Purple. HEX triplet: B8, 21 and F9. RGB value is (184,33,249). Sum of RGB (Red+Green+Blue) = 184+33+249=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #B821F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821F9 is #47DE06. Grayscale: #666666. Windows color (decimal): -4709895 or 16327096. OLE color: 16327096.
HSL color Cylindrical-coordinate representation of color #B821F9: hue angle of 281.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B821F9 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 33 | 249 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.02 |
| HSL | 281.94º | 0.95% | 0.55% | - |
| HSV(B) | 281.94º | 0.87% | 0.98% | - |
| XYZ | 37.41 | 18.12 | 91.15 | - |
| YUV | 102.77 | 210.53 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 249 | 0.26 | 0.87 | 0 | 0.02 | 281.94 | 0.95 | 0.55 |
| Hex | B8 | 21 | F9 | 1A | 57 | 0 | 2 | 11A | 5F | 37 |
| Octal | 270 | 41 | 371 | 32 | 127 | 0 | 2 | 432 | 137 | 67 |
| Binary | 10111000 | 100001 | 11111001 | 11010 | 1010111 | 0 | 10 | 100011010 | 1011111 | 110111 |
Color Harmonies of #B821F9
Complementary color
Monochromatic Colors of #B821F9
Black with #B821F9
Text Example
Text Example
White with #B821F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821F9; }
p { color: rgb(184,33,249); }
H1.HeaderClassName
{
color: #B821F9;
}
.AnyTagClassName
{
color: #B821F9;
}
</style>
background-color css
<style>
a { background-color: #B821F9; }
a { background-color: rgb(184,33,249); }
div.DivClassName
{
background-color: #B821F9;
}
.BgClassName
{
background-color: #B821F9;
}
</style>
border-color css
<style>
span { border-color: #B821F9; }
span { border-color: rgb(184,33,249); }
td.TdClassName
{
border-color: #B821F9;
}
.TagClassName
{
border-color: #B821F9;
}
</style>