Shades of Electric Purple #B72EFF
Tints of Electric Purple #B72EFF
RGB
CMYK
RGB Variations
Color information
#B72EFF (or 0xB72EFF) is known color: Electric Purple. HEX triplet: B7, 2E and FF. RGB value is (183,46,255). Sum of RGB (Red+Green+Blue) = 183+46+255=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #B72EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72EFF is #48D100. Grayscale: #6E6E6E. Windows color (decimal): -4772097 or 16723639. OLE color: 16723639.
HSL color Cylindrical-coordinate representation of color #B72EFF: hue angle of 279.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72EFF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 46 | 255 | - |
| CMYK | 0.28 | 0.82 | 0 | 0 |
| HSL | 279.33º | 1% | 0.59% | - |
| HSV(B) | 279.33º | 0.82% | 1% | - |
| XYZ | 38.56 | 19.24 | 96.29 | - |
| YUV | 110.79 | 209.39 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 255 | 0.28 | 0.82 | 0 | 0 | 279.33 | 1 | 0.59 |
| Hex | B7 | 2E | FF | 1C | 52 | 0 | 0 | 117 | 64 | 3B |
| Octal | 267 | 56 | 377 | 34 | 122 | 0 | 0 | 427 | 144 | 73 |
| Binary | 10110111 | 101110 | 11111111 | 11100 | 1010010 | 0 | 0 | 100010111 | 1100100 | 111011 |
Color Harmonies of #B72EFF
Complementary color
Monochromatic Colors of #B72EFF
Black with #B72EFF
Text Example
Text Example
White with #B72EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72EFF; }
p { color: rgb(183,46,255); }
H1.HeaderClassName
{
color: #B72EFF;
}
.AnyTagClassName
{
color: #B72EFF;
}
</style>
background-color css
<style>
a { background-color: #B72EFF; }
a { background-color: rgb(183,46,255); }
div.DivClassName
{
background-color: #B72EFF;
}
.BgClassName
{
background-color: #B72EFF;
}
</style>
border-color css
<style>
span { border-color: #B72EFF; }
span { border-color: rgb(183,46,255); }
td.TdClassName
{
border-color: #B72EFF;
}
.TagClassName
{
border-color: #B72EFF;
}
</style>