Shades of Electric Purple #B722FB
Tints of Electric Purple #B722FB
RGB
CMYK
RGB Variations
Color information
#B722FB (or 0xB722FB) is known color: Electric Purple. HEX triplet: B7, 22 and FB. RGB value is (183,34,251). Sum of RGB (Red+Green+Blue) = 183+34+251=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #B722FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B722FB is #48DD04. Grayscale: #666666. Windows color (decimal): -4775173 or 16458423. OLE color: 16458423.
HSL color Cylindrical-coordinate representation of color #B722FB: hue angle of 281.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B722FB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 34 | 251 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.02 |
| HSL | 281.2º | 0.96% | 0.56% | - |
| HSV(B) | 281.2º | 0.86% | 0.98% | - |
| XYZ | 37.51 | 18.18 | 92.8 | - |
| YUV | 103.29 | 211.36 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 251 | 0.27 | 0.86 | 0 | 0.02 | 281.2 | 0.96 | 0.56 |
| Hex | B7 | 22 | FB | 1B | 56 | 0 | 2 | 119 | 60 | 38 |
| Octal | 267 | 42 | 373 | 33 | 126 | 0 | 2 | 431 | 140 | 70 |
| Binary | 10110111 | 100010 | 11111011 | 11011 | 1010110 | 0 | 10 | 100011001 | 1100000 | 111000 |
Color Harmonies of #B722FB
Complementary color
Monochromatic Colors of #B722FB
Black with #B722FB
Text Example
Text Example
White with #B722FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722FB; }
p { color: rgb(183,34,251); }
H1.HeaderClassName
{
color: #B722FB;
}
.AnyTagClassName
{
color: #B722FB;
}
</style>
background-color css
<style>
a { background-color: #B722FB; }
a { background-color: rgb(183,34,251); }
div.DivClassName
{
background-color: #B722FB;
}
.BgClassName
{
background-color: #B722FB;
}
</style>
border-color css
<style>
span { border-color: #B722FB; }
span { border-color: rgb(183,34,251); }
td.TdClassName
{
border-color: #B722FB;
}
.TagClassName
{
border-color: #B722FB;
}
</style>