Shades of Electric Purple #B40BEC
Tints of Electric Purple #B40BEC
RGB
CMYK
RGB Variations
Color information
#B40BEC (or 0xB40BEC) is known color: Electric Purple. HEX triplet: B4, 0B and EC. RGB value is (180,11,236). Sum of RGB (Red+Green+Blue) = 180+11+236=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #B40BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BEC is #4BF413. Grayscale: #565656. Windows color (decimal): -4977684 or 15469492. OLE color: 15469492.
HSL color Cylindrical-coordinate representation of color #B40BEC: hue angle of 285.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BEC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 11 | 236 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.07 |
| HSL | 285.07º | 0.91% | 0.48% | - |
| HSV(B) | 285.07º | 0.95% | 0.93% | - |
| XYZ | 34.08 | 16 | 80.65 | - |
| YUV | 87.18 | 211.99 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 236 | 0.24 | 0.95 | 0 | 0.07 | 285.07 | 0.91 | 0.48 |
| Hex | B4 | B | EC | 18 | 5F | 0 | 7 | 11D | 5B | 30 |
| Octal | 264 | 13 | 354 | 30 | 137 | 0 | 7 | 435 | 133 | 60 |
| Binary | 10110100 | 1011 | 11101100 | 11000 | 1011111 | 0 | 111 | 100011101 | 1011011 | 110000 |
Color Harmonies of #B40BEC
Complementary color
Monochromatic Colors of #B40BEC
Black with #B40BEC
Text Example
Text Example
White with #B40BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BEC; }
p { color: rgb(180,11,236); }
H1.HeaderClassName
{
color: #B40BEC;
}
.AnyTagClassName
{
color: #B40BEC;
}
</style>
background-color css
<style>
a { background-color: #B40BEC; }
a { background-color: rgb(180,11,236); }
div.DivClassName
{
background-color: #B40BEC;
}
.BgClassName
{
background-color: #B40BEC;
}
</style>
border-color css
<style>
span { border-color: #B40BEC; }
span { border-color: rgb(180,11,236); }
td.TdClassName
{
border-color: #B40BEC;
}
.TagClassName
{
border-color: #B40BEC;
}
</style>