Shades of Electric Purple #B40FE3
Tints of Electric Purple #B40FE3
RGB
CMYK
RGB Variations
Color information
#B40FE3 (or 0xB40FE3) is known color: Electric Purple. HEX triplet: B4, 0F and E3. RGB value is (180,15,227). Sum of RGB (Red+Green+Blue) = 180+15+227=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #B40FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FE3 is #4BF01C. Grayscale: #575757. Windows color (decimal): -4976669 or 14880692. OLE color: 14880692.
HSL color Cylindrical-coordinate representation of color #B40FE3: hue angle of 286.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FE3 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 15 | 227 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.11 |
| HSL | 286.7º | 0.88% | 0.47% | - |
| HSV(B) | 286.7º | 0.93% | 0.89% | - |
| XYZ | 32.86 | 15.59 | 73.95 | - |
| YUV | 88.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 227 | 0.21 | 0.93 | 0 | 0.11 | 286.7 | 0.88 | 0.47 |
| Hex | B4 | F | E3 | 15 | 5D | 0 | B | 11F | 58 | 2F |
| Octal | 264 | 17 | 343 | 25 | 135 | 0 | 13 | 437 | 130 | 57 |
| Binary | 10110100 | 1111 | 11100011 | 10101 | 1011101 | 0 | 1011 | 100011111 | 1011000 | 101111 |
Color Harmonies of #B40FE3
Complementary color
Monochromatic Colors of #B40FE3
Black with #B40FE3
Text Example
Text Example
White with #B40FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FE3; }
p { color: rgb(180,15,227); }
H1.HeaderClassName
{
color: #B40FE3;
}
.AnyTagClassName
{
color: #B40FE3;
}
</style>
background-color css
<style>
a { background-color: #B40FE3; }
a { background-color: rgb(180,15,227); }
div.DivClassName
{
background-color: #B40FE3;
}
.BgClassName
{
background-color: #B40FE3;
}
</style>
border-color css
<style>
span { border-color: #B40FE3; }
span { border-color: rgb(180,15,227); }
td.TdClassName
{
border-color: #B40FE3;
}
.TagClassName
{
border-color: #B40FE3;
}
</style>