Shades of Electric Purple #B40CEF
Tints of Electric Purple #B40CEF
RGB
CMYK
RGB Variations
Color information
#B40CEF (or 0xB40CEF) is known color: Electric Purple. HEX triplet: B4, 0C and EF. RGB value is (180,12,239). Sum of RGB (Red+Green+Blue) = 180+12+239=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #B40CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CEF is #4BF310. Grayscale: #575757. Windows color (decimal): -4977425 or 15666356. OLE color: 15666356.
HSL color Cylindrical-coordinate representation of color #B40CEF: hue angle of 284.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CEF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 12 | 239 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.06 |
| HSL | 284.41º | 0.9% | 0.49% | - |
| HSV(B) | 284.41º | 0.95% | 0.94% | - |
| XYZ | 34.53 | 16.2 | 82.97 | - |
| YUV | 88.11 | 213.16 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 239 | 0.25 | 0.95 | 0 | 0.06 | 284.41 | 0.9 | 0.49 |
| Hex | B4 | C | EF | 19 | 5F | 0 | 6 | 11C | 5A | 31 |
| Octal | 264 | 14 | 357 | 31 | 137 | 0 | 6 | 434 | 132 | 61 |
| Binary | 10110100 | 1100 | 11101111 | 11001 | 1011111 | 0 | 110 | 100011100 | 1011010 | 110001 |
Color Harmonies of #B40CEF
Complementary color
Monochromatic Colors of #B40CEF
Black with #B40CEF
Text Example
Text Example
White with #B40CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CEF; }
p { color: rgb(180,12,239); }
H1.HeaderClassName
{
color: #B40CEF;
}
.AnyTagClassName
{
color: #B40CEF;
}
</style>
background-color css
<style>
a { background-color: #B40CEF; }
a { background-color: rgb(180,12,239); }
div.DivClassName
{
background-color: #B40CEF;
}
.BgClassName
{
background-color: #B40CEF;
}
</style>
border-color css
<style>
span { border-color: #B40CEF; }
span { border-color: rgb(180,12,239); }
td.TdClassName
{
border-color: #B40CEF;
}
.TagClassName
{
border-color: #B40CEF;
}
</style>