Shades of Electric Purple #B72FFE
Tints of Electric Purple #B72FFE
RGB
CMYK
RGB Variations
Color information
#B72FFE (or 0xB72FFE) is known color: Electric Purple. HEX triplet: B7, 2F and FE. RGB value is (183,47,254). Sum of RGB (Red+Green+Blue) = 183+47+254=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B72FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FFE is #48D001. Grayscale: #6E6E6E. Windows color (decimal): -4771842 or 16658359. OLE color: 16658359.
HSL color Cylindrical-coordinate representation of color #B72FFE: hue angle of 279.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72FFE is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 47 | 254 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.00 |
| HSL | 279.42º | 0.99% | 0.59% | - |
| HSV(B) | 279.42º | 0.81% | 1% | - |
| XYZ | 38.43 | 19.26 | 95.46 | - |
| YUV | 111.26 | 208.56 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 254 | 0.28 | 0.81 | 0 | 0.00 | 279.42 | 0.99 | 0.59 |
| Hex | B7 | 2F | FE | 1C | 51 | 0 | 0 | 117 | 63 | 3B |
| Octal | 267 | 57 | 376 | 34 | 121 | 0 | 0 | 427 | 143 | 73 |
| Binary | 10110111 | 101111 | 11111110 | 11100 | 1010001 | 0 | 0 | 100010111 | 1100011 | 111011 |
Color Harmonies of #B72FFE
Complementary color
Monochromatic Colors of #B72FFE
Black with #B72FFE
Text Example
Text Example
White with #B72FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72FFE; }
p { color: rgb(183,47,254); }
H1.HeaderClassName
{
color: #B72FFE;
}
.AnyTagClassName
{
color: #B72FFE;
}
</style>
background-color css
<style>
a { background-color: #B72FFE; }
a { background-color: rgb(183,47,254); }
div.DivClassName
{
background-color: #B72FFE;
}
.BgClassName
{
background-color: #B72FFE;
}
</style>
border-color css
<style>
span { border-color: #B72FFE; }
span { border-color: rgb(183,47,254); }
td.TdClassName
{
border-color: #B72FFE;
}
.TagClassName
{
border-color: #B72FFE;
}
</style>