Shades of Electric Purple #B40DF2
Tints of Electric Purple #B40DF2
RGB
CMYK
RGB Variations
Color information
#B40DF2 (or 0xB40DF2) is known color: Electric Purple. HEX triplet: B4, 0D and F2. RGB value is (180,13,242). Sum of RGB (Red+Green+Blue) = 180+13+242=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #B40DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40DF2 is #4BF20D. Grayscale: #585858. Windows color (decimal): -4977166 or 15863220. OLE color: 15863220.
HSL color Cylindrical-coordinate representation of color #B40DF2: hue angle of 283.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40DF2 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 13 | 242 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.05 |
| HSL | 283.76º | 0.9% | 0.5% | - |
| HSV(B) | 283.76º | 0.95% | 0.95% | - |
| XYZ | 34.99 | 16.4 | 85.33 | - |
| YUV | 89.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 242 | 0.26 | 0.95 | 0 | 0.05 | 283.76 | 0.9 | 0.5 |
| Hex | B4 | D | F2 | 1A | 5F | 0 | 5 | 11C | 5A | 32 |
| Octal | 264 | 15 | 362 | 32 | 137 | 0 | 5 | 434 | 132 | 62 |
| Binary | 10110100 | 1101 | 11110010 | 11010 | 1011111 | 0 | 101 | 100011100 | 1011010 | 110010 |
Color Harmonies of #B40DF2
Complementary color
Monochromatic Colors of #B40DF2
Black with #B40DF2
Text Example
Text Example
White with #B40DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DF2; }
p { color: rgb(180,13,242); }
H1.HeaderClassName
{
color: #B40DF2;
}
.AnyTagClassName
{
color: #B40DF2;
}
</style>
background-color css
<style>
a { background-color: #B40DF2; }
a { background-color: rgb(180,13,242); }
div.DivClassName
{
background-color: #B40DF2;
}
.BgClassName
{
background-color: #B40DF2;
}
</style>
border-color css
<style>
span { border-color: #B40DF2; }
span { border-color: rgb(180,13,242); }
td.TdClassName
{
border-color: #B40DF2;
}
.TagClassName
{
border-color: #B40DF2;
}
</style>