Shades of Electric Purple #B42CF3
Tints of Electric Purple #B42CF3
RGB
CMYK
RGB Variations
Color information
#B42CF3 (or 0xB42CF3) is known color: Electric Purple. HEX triplet: B4, 2C and F3. RGB value is (180,44,243). Sum of RGB (Red+Green+Blue) = 180+44+243=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #B42CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CF3 is #4BD30C. Grayscale: #6A6A6A. Windows color (decimal): -4969229 or 15936692. OLE color: 15936692.
HSL color Cylindrical-coordinate representation of color #B42CF3: hue angle of 281.01º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42CF3 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 44 | 243 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.05 |
| HSL | 281.01º | 0.89% | 0.56% | - |
| HSV(B) | 281.01º | 0.82% | 0.95% | - |
| XYZ | 35.9 | 17.98 | 86.37 | - |
| YUV | 107.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 243 | 0.26 | 0.82 | 0 | 0.05 | 281.01 | 0.89 | 0.56 |
| Hex | B4 | 2C | F3 | 1A | 52 | 0 | 5 | 119 | 59 | 38 |
| Octal | 264 | 54 | 363 | 32 | 122 | 0 | 5 | 431 | 131 | 70 |
| Binary | 10110100 | 101100 | 11110011 | 11010 | 1010010 | 0 | 101 | 100011001 | 1011001 | 111000 |
Color Harmonies of #B42CF3
Complementary color
Monochromatic Colors of #B42CF3
Black with #B42CF3
Text Example
Text Example
White with #B42CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CF3; }
p { color: rgb(180,44,243); }
H1.HeaderClassName
{
color: #B42CF3;
}
.AnyTagClassName
{
color: #B42CF3;
}
</style>
background-color css
<style>
a { background-color: #B42CF3; }
a { background-color: rgb(180,44,243); }
div.DivClassName
{
background-color: #B42CF3;
}
.BgClassName
{
background-color: #B42CF3;
}
</style>
border-color css
<style>
span { border-color: #B42CF3; }
span { border-color: rgb(180,44,243); }
td.TdClassName
{
border-color: #B42CF3;
}
.TagClassName
{
border-color: #B42CF3;
}
</style>