Shades of Electric Purple #B413F8
Tints of Electric Purple #B413F8
RGB
CMYK
RGB Variations
Color information
#B413F8 (or 0xB413F8) is known color: Electric Purple. HEX triplet: B4, 13 and F8. RGB value is (180,19,248). Sum of RGB (Red+Green+Blue) = 180+19+248=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #B413F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413F8 is #4BEC07. Grayscale: #5C5C5C. Windows color (decimal): -4975624 or 16257972. OLE color: 16257972.
HSL color Cylindrical-coordinate representation of color #B413F8: hue angle of 282.18º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B413F8 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 19 | 248 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.03 |
| HSL | 282.18º | 0.94% | 0.52% | - |
| HSV(B) | 282.18º | 0.92% | 0.97% | - |
| XYZ | 36 | 16.95 | 90.18 | - |
| YUV | 93.25 | 215.34 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 248 | 0.27 | 0.92 | 0 | 0.03 | 282.18 | 0.94 | 0.52 |
| Hex | B4 | 13 | F8 | 1B | 5C | 0 | 3 | 11A | 5E | 34 |
| Octal | 264 | 23 | 370 | 33 | 134 | 0 | 3 | 432 | 136 | 64 |
| Binary | 10110100 | 10011 | 11111000 | 11011 | 1011100 | 0 | 11 | 100011010 | 1011110 | 110100 |
Color Harmonies of #B413F8
Complementary color
Monochromatic Colors of #B413F8
Black with #B413F8
Text Example
Text Example
White with #B413F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413F8; }
p { color: rgb(180,19,248); }
H1.HeaderClassName
{
color: #B413F8;
}
.AnyTagClassName
{
color: #B413F8;
}
</style>
background-color css
<style>
a { background-color: #B413F8; }
a { background-color: rgb(180,19,248); }
div.DivClassName
{
background-color: #B413F8;
}
.BgClassName
{
background-color: #B413F8;
}
</style>
border-color css
<style>
span { border-color: #B413F8; }
span { border-color: rgb(180,19,248); }
td.TdClassName
{
border-color: #B413F8;
}
.TagClassName
{
border-color: #B413F8;
}
</style>