Shades of Electric Purple #B721F9
Tints of Electric Purple #B721F9
RGB
CMYK
RGB Variations
Color information
#B721F9 (or 0xB721F9) is known color: Electric Purple. HEX triplet: B7, 21 and F9. RGB value is (183,33,249). Sum of RGB (Red+Green+Blue) = 183+33+249=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #B721F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721F9 is #48DE06. Grayscale: #656565. Windows color (decimal): -4775431 or 16327095. OLE color: 16327095.
HSL color Cylindrical-coordinate representation of color #B721F9: hue angle of 281.67º 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 #B721F9 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 33 | 249 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.02 |
| HSL | 281.67º | 0.95% | 0.55% | - |
| HSV(B) | 281.67º | 0.87% | 0.98% | - |
| XYZ | 37.17 | 17.99 | 91.14 | - |
| YUV | 102.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 249 | 0.27 | 0.87 | 0 | 0.02 | 281.67 | 0.95 | 0.55 |
| Hex | B7 | 21 | F9 | 1B | 57 | 0 | 2 | 11A | 5F | 37 |
| Octal | 267 | 41 | 371 | 33 | 127 | 0 | 2 | 432 | 137 | 67 |
| Binary | 10110111 | 100001 | 11111001 | 11011 | 1010111 | 0 | 10 | 100011010 | 1011111 | 110111 |
Color Harmonies of #B721F9
Complementary color
Monochromatic Colors of #B721F9
Black with #B721F9
Text Example
Text Example
White with #B721F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721F9; }
p { color: rgb(183,33,249); }
H1.HeaderClassName
{
color: #B721F9;
}
.AnyTagClassName
{
color: #B721F9;
}
</style>
background-color css
<style>
a { background-color: #B721F9; }
a { background-color: rgb(183,33,249); }
div.DivClassName
{
background-color: #B721F9;
}
.BgClassName
{
background-color: #B721F9;
}
</style>
border-color css
<style>
span { border-color: #B721F9; }
span { border-color: rgb(183,33,249); }
td.TdClassName
{
border-color: #B721F9;
}
.TagClassName
{
border-color: #B721F9;
}
</style>