Shades of Electric Purple #B42DFF
Tints of Electric Purple #B42DFF
RGB
CMYK
RGB Variations
Color information
#B42DFF (or 0xB42DFF) is known color: Electric Purple. HEX triplet: B4, 2D and FF. RGB value is (180,45,255). Sum of RGB (Red+Green+Blue) = 180+45+255=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #B42DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DFF is #4BD200. Grayscale: #6C6C6C. Windows color (decimal): -4968961 or 16723380. OLE color: 16723380.
HSL color Cylindrical-coordinate representation of color #B42DFF: hue angle of 278.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42DFF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 45 | 255 | - |
| CMYK | 0.29 | 0.82 | 0 | 0 |
| HSL | 278.57º | 1% | 0.59% | - |
| HSV(B) | 278.57º | 0.82% | 1% | - |
| XYZ | 37.81 | 18.8 | 96.24 | - |
| YUV | 109.31 | 210.23 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 255 | 0.29 | 0.82 | 0 | 0 | 278.57 | 1 | 0.59 |
| Hex | B4 | 2D | FF | 1D | 52 | 0 | 0 | 117 | 64 | 3B |
| Octal | 264 | 55 | 377 | 35 | 122 | 0 | 0 | 427 | 144 | 73 |
| Binary | 10110100 | 101101 | 11111111 | 11101 | 1010010 | 0 | 0 | 100010111 | 1100100 | 111011 |
Color Harmonies of #B42DFF
Complementary color
Monochromatic Colors of #B42DFF
Black with #B42DFF
Text Example
Text Example
White with #B42DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DFF; }
p { color: rgb(180,45,255); }
H1.HeaderClassName
{
color: #B42DFF;
}
.AnyTagClassName
{
color: #B42DFF;
}
</style>
background-color css
<style>
a { background-color: #B42DFF; }
a { background-color: rgb(180,45,255); }
div.DivClassName
{
background-color: #B42DFF;
}
.BgClassName
{
background-color: #B42DFF;
}
</style>
border-color css
<style>
span { border-color: #B42DFF; }
span { border-color: rgb(180,45,255); }
td.TdClassName
{
border-color: #B42DFF;
}
.TagClassName
{
border-color: #B42DFF;
}
</style>