Shades of Electric Purple #B403F0
Tints of Electric Purple #B403F0
RGB
CMYK
RGB Variations
Color information
#B403F0 (or 0xB403F0) is known color: Electric Purple. HEX triplet: B4, 03 and F0. RGB value is (180,3,240). Sum of RGB (Red+Green+Blue) = 180+3+240=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #B403F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403F0 is #4BFC0F. Grayscale: #525252. Windows color (decimal): -4979728 or 15729588. OLE color: 15729588.
HSL color Cylindrical-coordinate representation of color #B403F0: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403F0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 3 | 240 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.06 |
| HSL | 284.81º | 0.98% | 0.48% | - |
| HSV(B) | 284.81º | 0.99% | 0.94% | - |
| XYZ | 34.58 | 16.06 | 83.72 | - |
| YUV | 82.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 240 | 0.25 | 0.99 | 0 | 0.06 | 284.81 | 0.98 | 0.48 |
| Hex | B4 | 3 | F0 | 19 | 63 | 0 | 6 | 11D | 62 | 30 |
| Octal | 264 | 3 | 360 | 31 | 143 | 0 | 6 | 435 | 142 | 60 |
| Binary | 10110100 | 11 | 11110000 | 11001 | 1100011 | 0 | 110 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B403F0
Complementary color
Monochromatic Colors of #B403F0
Black with #B403F0
Text Example
Text Example
White with #B403F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403F0; }
p { color: rgb(180,3,240); }
H1.HeaderClassName
{
color: #B403F0;
}
.AnyTagClassName
{
color: #B403F0;
}
</style>
background-color css
<style>
a { background-color: #B403F0; }
a { background-color: rgb(180,3,240); }
div.DivClassName
{
background-color: #B403F0;
}
.BgClassName
{
background-color: #B403F0;
}
</style>
border-color css
<style>
span { border-color: #B403F0; }
span { border-color: rgb(180,3,240); }
td.TdClassName
{
border-color: #B403F0;
}
.TagClassName
{
border-color: #B403F0;
}
</style>