Shades of Electric Purple #B42DFC
Tints of Electric Purple #B42DFC
RGB
CMYK
RGB Variations
Color information
#B42DFC (or 0xB42DFC) is known color: Electric Purple. HEX triplet: B4, 2D and FC. RGB value is (180,45,252). Sum of RGB (Red+Green+Blue) = 180+45+252=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #B42DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DFC is #4BD203. Grayscale: #6C6C6C. Windows color (decimal): -4968964 or 16526772. OLE color: 16526772.
HSL color Cylindrical-coordinate representation of color #B42DFC: hue angle of 279.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42DFC is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 45 | 252 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.01 |
| HSL | 279.13º | 0.97% | 0.58% | - |
| HSV(B) | 279.13º | 0.82% | 0.99% | - |
| XYZ | 37.33 | 18.61 | 93.72 | - |
| YUV | 108.96 | 208.73 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 252 | 0.29 | 0.82 | 0 | 0.01 | 279.13 | 0.97 | 0.58 |
| Hex | B4 | 2D | FC | 1D | 52 | 0 | 1 | 117 | 61 | 3A |
| Octal | 264 | 55 | 374 | 35 | 122 | 0 | 1 | 427 | 141 | 72 |
| Binary | 10110100 | 101101 | 11111100 | 11101 | 1010010 | 0 | 1 | 100010111 | 1100001 | 111010 |
Color Harmonies of #B42DFC
Complementary color
Monochromatic Colors of #B42DFC
Black with #B42DFC
Text Example
Text Example
White with #B42DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DFC; }
p { color: rgb(180,45,252); }
H1.HeaderClassName
{
color: #B42DFC;
}
.AnyTagClassName
{
color: #B42DFC;
}
</style>
background-color css
<style>
a { background-color: #B42DFC; }
a { background-color: rgb(180,45,252); }
div.DivClassName
{
background-color: #B42DFC;
}
.BgClassName
{
background-color: #B42DFC;
}
</style>
border-color css
<style>
span { border-color: #B42DFC; }
span { border-color: rgb(180,45,252); }
td.TdClassName
{
border-color: #B42DFC;
}
.TagClassName
{
border-color: #B42DFC;
}
</style>