Shades of Electric Purple #B903F1
Tints of Electric Purple #B903F1
RGB
CMYK
RGB Variations
Color information
#B903F1 (or 0xB903F1) is known color: Electric Purple. HEX triplet: B9, 03 and F1. RGB value is (185,3,241). Sum of RGB (Red+Green+Blue) = 185+3+241=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #B903F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B903F1 is #46FC0E. Grayscale: #535353. Windows color (decimal): -4652047 or 15795129. OLE color: 15795129.
HSL color Cylindrical-coordinate representation of color #B903F1: hue angle of 285.88º 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 #B903F1 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 3 | 241 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.05 |
| HSL | 285.88º | 0.98% | 0.48% | - |
| HSV(B) | 285.88º | 0.99% | 0.95% | - |
| XYZ | 35.92 | 16.73 | 84.56 | - |
| YUV | 84.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 241 | 0.23 | 0.99 | 0 | 0.05 | 285.88 | 0.98 | 0.48 |
| Hex | B9 | 3 | F1 | 17 | 63 | 0 | 5 | 11E | 62 | 30 |
| Octal | 271 | 3 | 361 | 27 | 143 | 0 | 5 | 436 | 142 | 60 |
| Binary | 10111001 | 11 | 11110001 | 10111 | 1100011 | 0 | 101 | 100011110 | 1100010 | 110000 |
Color Harmonies of #B903F1
Complementary color
Monochromatic Colors of #B903F1
Black with #B903F1
Text Example
Text Example
White with #B903F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903F1; }
p { color: rgb(185,3,241); }
H1.HeaderClassName
{
color: #B903F1;
}
.AnyTagClassName
{
color: #B903F1;
}
</style>
background-color css
<style>
a { background-color: #B903F1; }
a { background-color: rgb(185,3,241); }
div.DivClassName
{
background-color: #B903F1;
}
.BgClassName
{
background-color: #B903F1;
}
</style>
border-color css
<style>
span { border-color: #B903F1; }
span { border-color: rgb(185,3,241); }
td.TdClassName
{
border-color: #B903F1;
}
.TagClassName
{
border-color: #B903F1;
}
</style>