Shades of Electric Purple #B721FA
Tints of Electric Purple #B721FA
RGB
CMYK
RGB Variations
Color information
#B721FA (or 0xB721FA) is known color: Electric Purple. HEX triplet: B7, 21 and FA. RGB value is (183,33,250). Sum of RGB (Red+Green+Blue) = 183+33+250=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B721FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721FA is #48DE05. Grayscale: #656565. Windows color (decimal): -4775430 or 16392631. OLE color: 16392631.
HSL color Cylindrical-coordinate representation of color #B721FA: hue angle of 281.47º degrees, saturation: 0.96, 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 #B721FA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 33 | 250 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.02 |
| HSL | 281.47º | 0.96% | 0.55% | - |
| HSV(B) | 281.47º | 0.87% | 0.98% | - |
| XYZ | 37.33 | 18.06 | 91.96 | - |
| YUV | 102.59 | 211.2 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 250 | 0.27 | 0.87 | 0 | 0.02 | 281.47 | 0.96 | 0.55 |
| Hex | B7 | 21 | FA | 1B | 57 | 0 | 2 | 119 | 60 | 37 |
| Octal | 267 | 41 | 372 | 33 | 127 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110111 | 100001 | 11111010 | 11011 | 1010111 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B721FA
Complementary color
Monochromatic Colors of #B721FA
Black with #B721FA
Text Example
Text Example
White with #B721FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721FA; }
p { color: rgb(183,33,250); }
H1.HeaderClassName
{
color: #B721FA;
}
.AnyTagClassName
{
color: #B721FA;
}
</style>
background-color css
<style>
a { background-color: #B721FA; }
a { background-color: rgb(183,33,250); }
div.DivClassName
{
background-color: #B721FA;
}
.BgClassName
{
background-color: #B721FA;
}
</style>
border-color css
<style>
span { border-color: #B721FA; }
span { border-color: rgb(183,33,250); }
td.TdClassName
{
border-color: #B721FA;
}
.TagClassName
{
border-color: #B721FA;
}
</style>