Shades of Electric Purple #B722F8
Tints of Electric Purple #B722F8
RGB
CMYK
RGB Variations
Color information
#B722F8 (or 0xB722F8) is known color: Electric Purple. HEX triplet: B7, 22 and F8. RGB value is (183,34,248). Sum of RGB (Red+Green+Blue) = 183+34+248=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #B722F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B722F8 is #48DD07. Grayscale: #666666. Windows color (decimal): -4775176 or 16261815. OLE color: 16261815.
HSL color Cylindrical-coordinate representation of color #B722F8: hue angle of 281.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B722F8 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 34 | 248 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.03 |
| HSL | 281.78º | 0.94% | 0.55% | - |
| HSV(B) | 281.78º | 0.86% | 0.97% | - |
| XYZ | 37.04 | 17.99 | 90.33 | - |
| YUV | 102.95 | 209.86 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 248 | 0.26 | 0.86 | 0 | 0.03 | 281.78 | 0.94 | 0.55 |
| Hex | B7 | 22 | F8 | 1A | 56 | 0 | 3 | 11A | 5E | 37 |
| Octal | 267 | 42 | 370 | 32 | 126 | 0 | 3 | 432 | 136 | 67 |
| Binary | 10110111 | 100010 | 11111000 | 11010 | 1010110 | 0 | 11 | 100011010 | 1011110 | 110111 |
Color Harmonies of #B722F8
Complementary color
Monochromatic Colors of #B722F8
Black with #B722F8
Text Example
Text Example
White with #B722F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722F8; }
p { color: rgb(183,34,248); }
H1.HeaderClassName
{
color: #B722F8;
}
.AnyTagClassName
{
color: #B722F8;
}
</style>
background-color css
<style>
a { background-color: #B722F8; }
a { background-color: rgb(183,34,248); }
div.DivClassName
{
background-color: #B722F8;
}
.BgClassName
{
background-color: #B722F8;
}
</style>
border-color css
<style>
span { border-color: #B722F8; }
span { border-color: rgb(183,34,248); }
td.TdClassName
{
border-color: #B722F8;
}
.TagClassName
{
border-color: #B722F8;
}
</style>