Shades of Electric Purple #B40DF8
Tints of Electric Purple #B40DF8
RGB
CMYK
RGB Variations
Color information
#B40DF8 (or 0xB40DF8) is known color: Electric Purple. HEX triplet: B4, 0D and F8. RGB value is (180,13,248). Sum of RGB (Red+Green+Blue) = 180+13+248=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #B40DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40DF8 is #4BF207. Grayscale: #585858. Windows color (decimal): -4977160 or 16256436. OLE color: 16256436.
HSL color Cylindrical-coordinate representation of color #B40DF8: hue angle of 282.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40DF8 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 13 | 248 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.03 |
| HSL | 282.64º | 0.94% | 0.51% | - |
| HSV(B) | 282.64º | 0.95% | 0.97% | - |
| XYZ | 35.91 | 16.77 | 90.15 | - |
| YUV | 89.72 | 217.33 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 248 | 0.27 | 0.95 | 0 | 0.03 | 282.64 | 0.94 | 0.51 |
| Hex | B4 | D | F8 | 1B | 5F | 0 | 3 | 11B | 5E | 33 |
| Octal | 264 | 15 | 370 | 33 | 137 | 0 | 3 | 433 | 136 | 63 |
| Binary | 10110100 | 1101 | 11111000 | 11011 | 1011111 | 0 | 11 | 100011011 | 1011110 | 110011 |
Color Harmonies of #B40DF8
Complementary color
Monochromatic Colors of #B40DF8
Black with #B40DF8
Text Example
Text Example
White with #B40DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DF8; }
p { color: rgb(180,13,248); }
H1.HeaderClassName
{
color: #B40DF8;
}
.AnyTagClassName
{
color: #B40DF8;
}
</style>
background-color css
<style>
a { background-color: #B40DF8; }
a { background-color: rgb(180,13,248); }
div.DivClassName
{
background-color: #B40DF8;
}
.BgClassName
{
background-color: #B40DF8;
}
</style>
border-color css
<style>
span { border-color: #B40DF8; }
span { border-color: rgb(180,13,248); }
td.TdClassName
{
border-color: #B40DF8;
}
.TagClassName
{
border-color: #B40DF8;
}
</style>