Shades of Electric Purple #B40CEA
Tints of Electric Purple #B40CEA
RGB
CMYK
RGB Variations
Color information
#B40CEA (or 0xB40CEA) is known color: Electric Purple. HEX triplet: B4, 0C and EA. RGB value is (180,12,234). Sum of RGB (Red+Green+Blue) = 180+12+234=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #B40CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CEA is #4BF315. Grayscale: #565656. Windows color (decimal): -4977430 or 15338676. OLE color: 15338676.
HSL color Cylindrical-coordinate representation of color #B40CEA: hue angle of 285.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CEA is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 12 | 234 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.08 |
| HSL | 285.41º | 0.9% | 0.48% | - |
| HSV(B) | 285.41º | 0.95% | 0.92% | - |
| XYZ | 33.81 | 15.91 | 79.13 | - |
| YUV | 87.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 234 | 0.23 | 0.95 | 0 | 0.08 | 285.41 | 0.9 | 0.48 |
| Hex | B4 | C | EA | 17 | 5F | 0 | 8 | 11D | 5A | 30 |
| Octal | 264 | 14 | 352 | 27 | 137 | 0 | 10 | 435 | 132 | 60 |
| Binary | 10110100 | 1100 | 11101010 | 10111 | 1011111 | 0 | 1000 | 100011101 | 1011010 | 110000 |
Color Harmonies of #B40CEA
Complementary color
Monochromatic Colors of #B40CEA
Black with #B40CEA
Text Example
Text Example
White with #B40CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CEA; }
p { color: rgb(180,12,234); }
H1.HeaderClassName
{
color: #B40CEA;
}
.AnyTagClassName
{
color: #B40CEA;
}
</style>
background-color css
<style>
a { background-color: #B40CEA; }
a { background-color: rgb(180,12,234); }
div.DivClassName
{
background-color: #B40CEA;
}
.BgClassName
{
background-color: #B40CEA;
}
</style>
border-color css
<style>
span { border-color: #B40CEA; }
span { border-color: rgb(180,12,234); }
td.TdClassName
{
border-color: #B40CEA;
}
.TagClassName
{
border-color: #B40CEA;
}
</style>