Shades of Electric Purple #B403F1
Tints of Electric Purple #B403F1
RGB
CMYK
RGB Variations
Color information
#B403F1 (or 0xB403F1) is known color: Electric Purple. HEX triplet: B4, 03 and F1. RGB value is (180,3,241). Sum of RGB (Red+Green+Blue) = 180+3+241=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #B403F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403F1 is #4BFC0E. Grayscale: #525252. Windows color (decimal): -4979727 or 15795124. OLE color: 15795124.
HSL color Cylindrical-coordinate representation of color #B403F1: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403F1 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 3 | 241 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.05 |
| HSL | 284.62º | 0.98% | 0.48% | - |
| HSV(B) | 284.62º | 0.99% | 0.95% | - |
| XYZ | 34.73 | 16.12 | 84.5 | - |
| YUV | 83.06 | 217.14 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 241 | 0.25 | 0.99 | 0 | 0.05 | 284.62 | 0.98 | 0.48 |
| Hex | B4 | 3 | F1 | 19 | 63 | 0 | 5 | 11D | 62 | 30 |
| Octal | 264 | 3 | 361 | 31 | 143 | 0 | 5 | 435 | 142 | 60 |
| Binary | 10110100 | 11 | 11110001 | 11001 | 1100011 | 0 | 101 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B403F1
Complementary color
Monochromatic Colors of #B403F1
Black with #B403F1
Text Example
Text Example
White with #B403F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403F1; }
p { color: rgb(180,3,241); }
H1.HeaderClassName
{
color: #B403F1;
}
.AnyTagClassName
{
color: #B403F1;
}
</style>
background-color css
<style>
a { background-color: #B403F1; }
a { background-color: rgb(180,3,241); }
div.DivClassName
{
background-color: #B403F1;
}
.BgClassName
{
background-color: #B403F1;
}
</style>
border-color css
<style>
span { border-color: #B403F1; }
span { border-color: rgb(180,3,241); }
td.TdClassName
{
border-color: #B403F1;
}
.TagClassName
{
border-color: #B403F1;
}
</style>