Shades of Electric Purple #B72DF3
Tints of Electric Purple #B72DF3
RGB
CMYK
RGB Variations
Color information
#B72DF3 (or 0xB72DF3) is known color: Electric Purple. HEX triplet: B7, 2D and F3. RGB value is (183,45,243). Sum of RGB (Red+Green+Blue) = 183+45+243=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #B72DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72DF3 is #48D20C. Grayscale: #6C6C6C. Windows color (decimal): -4772365 or 15936951. OLE color: 15936951.
HSL color Cylindrical-coordinate representation of color #B72DF3: hue angle of 281.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72DF3 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 45 | 243 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.05 |
| HSL | 281.82º | 0.89% | 0.56% | - |
| HSV(B) | 281.82º | 0.81% | 0.95% | - |
| XYZ | 36.64 | 18.42 | 86.42 | - |
| YUV | 108.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 243 | 0.25 | 0.81 | 0 | 0.05 | 281.82 | 0.89 | 0.56 |
| Hex | B7 | 2D | F3 | 19 | 51 | 0 | 5 | 11A | 59 | 38 |
| Octal | 267 | 55 | 363 | 31 | 121 | 0 | 5 | 432 | 131 | 70 |
| Binary | 10110111 | 101101 | 11110011 | 11001 | 1010001 | 0 | 101 | 100011010 | 1011001 | 111000 |
Color Harmonies of #B72DF3
Complementary color
Monochromatic Colors of #B72DF3
Black with #B72DF3
Text Example
Text Example
White with #B72DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DF3; }
p { color: rgb(183,45,243); }
H1.HeaderClassName
{
color: #B72DF3;
}
.AnyTagClassName
{
color: #B72DF3;
}
</style>
background-color css
<style>
a { background-color: #B72DF3; }
a { background-color: rgb(183,45,243); }
div.DivClassName
{
background-color: #B72DF3;
}
.BgClassName
{
background-color: #B72DF3;
}
</style>
border-color css
<style>
span { border-color: #B72DF3; }
span { border-color: rgb(183,45,243); }
td.TdClassName
{
border-color: #B72DF3;
}
.TagClassName
{
border-color: #B72DF3;
}
</style>