Shades of Electric Purple #B72AF1
Tints of Electric Purple #B72AF1
RGB
CMYK
RGB Variations
Color information
#B72AF1 (or 0xB72AF1) is known color: Electric Purple. HEX triplet: B7, 2A and F1. RGB value is (183,42,241). Sum of RGB (Red+Green+Blue) = 183+42+241=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #B72AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72AF1 is #48D50E. Grayscale: #6A6A6A. Windows color (decimal): -4773135 or 15805111. OLE color: 15805111.
HSL color Cylindrical-coordinate representation of color #B72AF1: hue angle of 282.51º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72AF1 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 42 | 241 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.05 |
| HSL | 282.51º | 0.88% | 0.55% | - |
| HSV(B) | 282.51º | 0.83% | 0.95% | - |
| XYZ | 36.23 | 18.07 | 84.8 | - |
| YUV | 106.85 | 203.71 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 241 | 0.24 | 0.83 | 0 | 0.05 | 282.51 | 0.88 | 0.55 |
| Hex | B7 | 2A | F1 | 18 | 53 | 0 | 5 | 11B | 58 | 37 |
| Octal | 267 | 52 | 361 | 30 | 123 | 0 | 5 | 433 | 130 | 67 |
| Binary | 10110111 | 101010 | 11110001 | 11000 | 1010011 | 0 | 101 | 100011011 | 1011000 | 110111 |
Color Harmonies of #B72AF1
Complementary color
Monochromatic Colors of #B72AF1
Black with #B72AF1
Text Example
Text Example
White with #B72AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AF1; }
p { color: rgb(183,42,241); }
H1.HeaderClassName
{
color: #B72AF1;
}
.AnyTagClassName
{
color: #B72AF1;
}
</style>
background-color css
<style>
a { background-color: #B72AF1; }
a { background-color: rgb(183,42,241); }
div.DivClassName
{
background-color: #B72AF1;
}
.BgClassName
{
background-color: #B72AF1;
}
</style>
border-color css
<style>
span { border-color: #B72AF1; }
span { border-color: rgb(183,42,241); }
td.TdClassName
{
border-color: #B72AF1;
}
.TagClassName
{
border-color: #B72AF1;
}
</style>