Shades of Electric Purple #B722FF
Tints of Electric Purple #B722FF
RGB
CMYK
RGB Variations
Color information
#B722FF (or 0xB722FF) is known color: Electric Purple. HEX triplet: B7, 22 and FF. RGB value is (183,34,255). Sum of RGB (Red+Green+Blue) = 183+34+255=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B722FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B722FF is #48DD00. Grayscale: #676767. Windows color (decimal): -4775169 or 16720567. OLE color: 16720567.
HSL color Cylindrical-coordinate representation of color #B722FF: hue angle of 280.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B722FF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 34 | 255 | - |
| CMYK | 0.28 | 0.87 | 0 | 0 |
| HSL | 280.45º | 1% | 0.57% | - |
| HSV(B) | 280.45º | 0.87% | 1% | - |
| XYZ | 38.15 | 18.43 | 96.15 | - |
| YUV | 103.75 | 213.36 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 255 | 0.28 | 0.87 | 0 | 0 | 280.45 | 1 | 0.57 |
| Hex | B7 | 22 | FF | 1C | 57 | 0 | 0 | 118 | 64 | 39 |
| Octal | 267 | 42 | 377 | 34 | 127 | 0 | 0 | 430 | 144 | 71 |
| Binary | 10110111 | 100010 | 11111111 | 11100 | 1010111 | 0 | 0 | 100011000 | 1100100 | 111001 |
Color Harmonies of #B722FF
Complementary color
Monochromatic Colors of #B722FF
Black with #B722FF
Text Example
Text Example
White with #B722FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722FF; }
p { color: rgb(183,34,255); }
H1.HeaderClassName
{
color: #B722FF;
}
.AnyTagClassName
{
color: #B722FF;
}
</style>
background-color css
<style>
a { background-color: #B722FF; }
a { background-color: rgb(183,34,255); }
div.DivClassName
{
background-color: #B722FF;
}
.BgClassName
{
background-color: #B722FF;
}
</style>
border-color css
<style>
span { border-color: #B722FF; }
span { border-color: rgb(183,34,255); }
td.TdClassName
{
border-color: #B722FF;
}
.TagClassName
{
border-color: #B722FF;
}
</style>