Shades of Electric Purple #B921F9
Tints of Electric Purple #B921F9
RGB
CMYK
RGB Variations
Color information
#B921F9 (or 0xB921F9) is known color: Electric Purple. HEX triplet: B9, 21 and F9. RGB value is (185,33,249). Sum of RGB (Red+Green+Blue) = 185+33+249=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #B921F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921F9 is #46DE06. Grayscale: #666666. Windows color (decimal): -4644359 or 16327097. OLE color: 16327097.
HSL color Cylindrical-coordinate representation of color #B921F9: hue angle of 282.22º 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 #B921F9 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 33 | 249 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.02 |
| HSL | 282.22º | 0.95% | 0.55% | - |
| HSV(B) | 282.22º | 0.87% | 0.98% | - |
| XYZ | 37.65 | 18.24 | 91.16 | - |
| YUV | 103.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 249 | 0.26 | 0.87 | 0 | 0.02 | 282.22 | 0.95 | 0.55 |
| Hex | B9 | 21 | F9 | 1A | 57 | 0 | 2 | 11A | 5F | 37 |
| Octal | 271 | 41 | 371 | 32 | 127 | 0 | 2 | 432 | 137 | 67 |
| Binary | 10111001 | 100001 | 11111001 | 11010 | 1010111 | 0 | 10 | 100011010 | 1011111 | 110111 |
Color Harmonies of #B921F9
Complementary color
Monochromatic Colors of #B921F9
Black with #B921F9
Text Example
Text Example
White with #B921F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921F9; }
p { color: rgb(185,33,249); }
H1.HeaderClassName
{
color: #B921F9;
}
.AnyTagClassName
{
color: #B921F9;
}
</style>
background-color css
<style>
a { background-color: #B921F9; }
a { background-color: rgb(185,33,249); }
div.DivClassName
{
background-color: #B921F9;
}
.BgClassName
{
background-color: #B921F9;
}
</style>
border-color css
<style>
span { border-color: #B921F9; }
span { border-color: rgb(185,33,249); }
td.TdClassName
{
border-color: #B921F9;
}
.TagClassName
{
border-color: #B921F9;
}
</style>