Shades of Electric Purple #B72BFE
Tints of Electric Purple #B72BFE
RGB
CMYK
RGB Variations
Color information
#B72BFE (or 0xB72BFE) is known color: Electric Purple. HEX triplet: B7, 2B and FE. RGB value is (183,43,254). Sum of RGB (Red+Green+Blue) = 183+43+254=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #B72BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72BFE is #48D401. Grayscale: #6C6C6C. Windows color (decimal): -4772866 or 16657335. OLE color: 16657335.
HSL color Cylindrical-coordinate representation of color #B72BFE: hue angle of 279.81º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72BFE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 43 | 254 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.00 |
| HSL | 279.81º | 0.99% | 0.58% | - |
| HSV(B) | 279.81º | 0.83% | 1% | - |
| XYZ | 38.28 | 18.95 | 95.41 | - |
| YUV | 108.91 | 209.88 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 254 | 0.28 | 0.83 | 0 | 0.00 | 279.81 | 0.99 | 0.58 |
| Hex | B7 | 2B | FE | 1C | 53 | 0 | 0 | 118 | 63 | 3A |
| Octal | 267 | 53 | 376 | 34 | 123 | 0 | 0 | 430 | 143 | 72 |
| Binary | 10110111 | 101011 | 11111110 | 11100 | 1010011 | 0 | 0 | 100011000 | 1100011 | 111010 |
Color Harmonies of #B72BFE
Complementary color
Monochromatic Colors of #B72BFE
Black with #B72BFE
Text Example
Text Example
White with #B72BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BFE; }
p { color: rgb(183,43,254); }
H1.HeaderClassName
{
color: #B72BFE;
}
.AnyTagClassName
{
color: #B72BFE;
}
</style>
background-color css
<style>
a { background-color: #B72BFE; }
a { background-color: rgb(183,43,254); }
div.DivClassName
{
background-color: #B72BFE;
}
.BgClassName
{
background-color: #B72BFE;
}
</style>
border-color css
<style>
span { border-color: #B72BFE; }
span { border-color: rgb(183,43,254); }
td.TdClassName
{
border-color: #B72BFE;
}
.TagClassName
{
border-color: #B72BFE;
}
</style>