Shades of Electric Purple #B721FF
Tints of Electric Purple #B721FF
RGB
CMYK
RGB Variations
Color information
#B721FF (or 0xB721FF) is known color: Electric Purple. HEX triplet: B7, 21 and FF. RGB value is (183,33,255). Sum of RGB (Red+Green+Blue) = 183+33+255=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B721FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721FF is #48DE00. Grayscale: #666666. Windows color (decimal): -4775425 or 16720311. OLE color: 16720311.
HSL color Cylindrical-coordinate representation of color #B721FF: hue angle of 280.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B721FF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 33 | 255 | - |
| CMYK | 0.28 | 0.87 | 0 | 0 |
| HSL | 280.54º | 1% | 0.56% | - |
| HSV(B) | 280.54º | 0.87% | 1% | - |
| XYZ | 38.12 | 18.37 | 96.15 | - |
| YUV | 103.16 | 213.7 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 255 | 0.28 | 0.87 | 0 | 0 | 280.54 | 1 | 0.56 |
| Hex | B7 | 21 | FF | 1C | 57 | 0 | 0 | 119 | 64 | 38 |
| Octal | 267 | 41 | 377 | 34 | 127 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10110111 | 100001 | 11111111 | 11100 | 1010111 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #B721FF
Complementary color
Monochromatic Colors of #B721FF
Black with #B721FF
Text Example
Text Example
White with #B721FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721FF; }
p { color: rgb(183,33,255); }
H1.HeaderClassName
{
color: #B721FF;
}
.AnyTagClassName
{
color: #B721FF;
}
</style>
background-color css
<style>
a { background-color: #B721FF; }
a { background-color: rgb(183,33,255); }
div.DivClassName
{
background-color: #B721FF;
}
.BgClassName
{
background-color: #B721FF;
}
</style>
border-color css
<style>
span { border-color: #B721FF; }
span { border-color: rgb(183,33,255); }
td.TdClassName
{
border-color: #B721FF;
}
.TagClassName
{
border-color: #B721FF;
}
</style>