Shades of Electric Purple #B403F8
Tints of Electric Purple #B403F8
RGB
CMYK
RGB Variations
Color information
#B403F8 (or 0xB403F8) is known color: Electric Purple. HEX triplet: B4, 03 and F8. RGB value is (180,3,248). Sum of RGB (Red+Green+Blue) = 180+3+248=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #B403F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403F8 is #4BFC07. Grayscale: #535353. Windows color (decimal): -4979720 or 16253876. OLE color: 16253876.
HSL color Cylindrical-coordinate representation of color #B403F8: hue angle of 283.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403F8 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 3 | 248 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.03 |
| HSL | 283.35º | 0.98% | 0.49% | - |
| HSV(B) | 283.35º | 0.99% | 0.97% | - |
| XYZ | 35.8 | 16.55 | 90.11 | - |
| YUV | 83.85 | 220.64 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 248 | 0.27 | 0.99 | 0 | 0.03 | 283.35 | 0.98 | 0.49 |
| Hex | B4 | 3 | F8 | 1B | 63 | 0 | 3 | 11B | 62 | 31 |
| Octal | 264 | 3 | 370 | 33 | 143 | 0 | 3 | 433 | 142 | 61 |
| Binary | 10110100 | 11 | 11111000 | 11011 | 1100011 | 0 | 11 | 100011011 | 1100010 | 110001 |
Color Harmonies of #B403F8
Complementary color
Monochromatic Colors of #B403F8
Black with #B403F8
Text Example
Text Example
White with #B403F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403F8; }
p { color: rgb(180,3,248); }
H1.HeaderClassName
{
color: #B403F8;
}
.AnyTagClassName
{
color: #B403F8;
}
</style>
background-color css
<style>
a { background-color: #B403F8; }
a { background-color: rgb(180,3,248); }
div.DivClassName
{
background-color: #B403F8;
}
.BgClassName
{
background-color: #B403F8;
}
</style>
border-color css
<style>
span { border-color: #B403F8; }
span { border-color: rgb(180,3,248); }
td.TdClassName
{
border-color: #B403F8;
}
.TagClassName
{
border-color: #B403F8;
}
</style>