Shades of Electric Purple #B40CFC
Tints of Electric Purple #B40CFC
RGB
CMYK
RGB Variations
Color information
#B40CFC (or 0xB40CFC) is known color: Electric Purple. HEX triplet: B4, 0C and FC. RGB value is (180,12,252). Sum of RGB (Red+Green+Blue) = 180+12+252=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #B40CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CFC is #4BF303. Grayscale: #585858. Windows color (decimal): -4977412 or 16518324. OLE color: 16518324.
HSL color Cylindrical-coordinate representation of color #B40CFC: hue angle of 282º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CFC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 12 | 252 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.01 |
| HSL | 282º | 0.98% | 0.52% | - |
| HSV(B) | 282º | 0.95% | 0.99% | - |
| XYZ | 36.52 | 16.99 | 93.45 | - |
| YUV | 89.59 | 219.66 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 252 | 0.29 | 0.95 | 0 | 0.01 | 282 | 0.98 | 0.52 |
| Hex | B4 | C | FC | 1D | 5F | 0 | 1 | 11A | 62 | 34 |
| Octal | 264 | 14 | 374 | 35 | 137 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110100 | 1100 | 11111100 | 11101 | 1011111 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B40CFC
Complementary color
Monochromatic Colors of #B40CFC
Black with #B40CFC
Text Example
Text Example
White with #B40CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CFC; }
p { color: rgb(180,12,252); }
H1.HeaderClassName
{
color: #B40CFC;
}
.AnyTagClassName
{
color: #B40CFC;
}
</style>
background-color css
<style>
a { background-color: #B40CFC; }
a { background-color: rgb(180,12,252); }
div.DivClassName
{
background-color: #B40CFC;
}
.BgClassName
{
background-color: #B40CFC;
}
</style>
border-color css
<style>
span { border-color: #B40CFC; }
span { border-color: rgb(180,12,252); }
td.TdClassName
{
border-color: #B40CFC;
}
.TagClassName
{
border-color: #B40CFC;
}
</style>