Shades of Electric Purple #B721FE
Tints of Electric Purple #B721FE
RGB
CMYK
RGB Variations
Color information
#B721FE (or 0xB721FE) is known color: Electric Purple. HEX triplet: B7, 21 and FE. RGB value is (183,33,254). Sum of RGB (Red+Green+Blue) = 183+33+254=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #B721FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B721FE is #48DE01. Grayscale: #666666. Windows color (decimal): -4775426 or 16654775. OLE color: 16654775.
HSL color Cylindrical-coordinate representation of color #B721FE: hue angle of 280.72º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B721FE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 33 | 254 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.00 |
| HSL | 280.72º | 0.99% | 0.56% | - |
| HSV(B) | 280.72º | 0.87% | 1% | - |
| XYZ | 37.96 | 18.31 | 95.3 | - |
| YUV | 103.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 254 | 0.28 | 0.87 | 0 | 0.00 | 280.72 | 0.99 | 0.56 |
| Hex | B7 | 21 | FE | 1C | 57 | 0 | 0 | 119 | 63 | 38 |
| Octal | 267 | 41 | 376 | 34 | 127 | 0 | 0 | 431 | 143 | 70 |
| Binary | 10110111 | 100001 | 11111110 | 11100 | 1010111 | 0 | 0 | 100011001 | 1100011 | 111000 |
Color Harmonies of #B721FE
Complementary color
Monochromatic Colors of #B721FE
Black with #B721FE
Text Example
Text Example
White with #B721FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721FE; }
p { color: rgb(183,33,254); }
H1.HeaderClassName
{
color: #B721FE;
}
.AnyTagClassName
{
color: #B721FE;
}
</style>
background-color css
<style>
a { background-color: #B721FE; }
a { background-color: rgb(183,33,254); }
div.DivClassName
{
background-color: #B721FE;
}
.BgClassName
{
background-color: #B721FE;
}
</style>
border-color css
<style>
span { border-color: #B721FE; }
span { border-color: rgb(183,33,254); }
td.TdClassName
{
border-color: #B721FE;
}
.TagClassName
{
border-color: #B721FE;
}
</style>