Shades of Electric Purple #B72BF9
Tints of Electric Purple #B72BF9
RGB
CMYK
RGB Variations
Color information
#B72BF9 (or 0xB72BF9) is known color: Electric Purple. HEX triplet: B7, 2B and F9. RGB value is (183,43,249). Sum of RGB (Red+Green+Blue) = 183+43+249=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #B72BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72BF9 is #48D406. Grayscale: #6B6B6B. Windows color (decimal): -4772871 or 16329655. OLE color: 16329655.
HSL color Cylindrical-coordinate representation of color #B72BF9: hue angle of 280.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72BF9 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 43 | 249 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.02 |
| HSL | 280.78º | 0.94% | 0.57% | - |
| HSV(B) | 280.78º | 0.83% | 0.98% | - |
| XYZ | 37.49 | 18.63 | 91.24 | - |
| YUV | 108.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 249 | 0.27 | 0.83 | 0 | 0.02 | 280.78 | 0.94 | 0.57 |
| Hex | B7 | 2B | F9 | 1B | 53 | 0 | 2 | 119 | 5E | 39 |
| Octal | 267 | 53 | 371 | 33 | 123 | 0 | 2 | 431 | 136 | 71 |
| Binary | 10110111 | 101011 | 11111001 | 11011 | 1010011 | 0 | 10 | 100011001 | 1011110 | 111001 |
Color Harmonies of #B72BF9
Complementary color
Monochromatic Colors of #B72BF9
Black with #B72BF9
Text Example
Text Example
White with #B72BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BF9; }
p { color: rgb(183,43,249); }
H1.HeaderClassName
{
color: #B72BF9;
}
.AnyTagClassName
{
color: #B72BF9;
}
</style>
background-color css
<style>
a { background-color: #B72BF9; }
a { background-color: rgb(183,43,249); }
div.DivClassName
{
background-color: #B72BF9;
}
.BgClassName
{
background-color: #B72BF9;
}
</style>
border-color css
<style>
span { border-color: #B72BF9; }
span { border-color: rgb(183,43,249); }
td.TdClassName
{
border-color: #B72BF9;
}
.TagClassName
{
border-color: #B72BF9;
}
</style>