Shades of Electric Purple #B901F7
Tints of Electric Purple #B901F7
RGB
CMYK
RGB Variations
Color information
#B901F7 (or 0xB901F7) is known color: Electric Purple. HEX triplet: B9, 01 and F7. RGB value is (185,1,247). Sum of RGB (Red+Green+Blue) = 185+1+247=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #B901F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901F7 is #46FE08. Grayscale: #535353. Windows color (decimal): -4652553 or 16187833. OLE color: 16187833.
HSL color Cylindrical-coordinate representation of color #B901F7: hue angle of 284.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901F7 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 1 | 247 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.03 |
| HSL | 284.88º | 0.99% | 0.49% | - |
| HSV(B) | 284.88º | 1% | 0.97% | - |
| XYZ | 36.81 | 17.05 | 89.35 | - |
| YUV | 84.06 | 219.96 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 247 | 0.25 | 1.00 | 0 | 0.03 | 284.88 | 0.99 | 0.49 |
| Hex | B9 | 1 | F7 | 19 | 64 | 0 | 3 | 11D | 63 | 31 |
| Octal | 271 | 1 | 367 | 31 | 144 | 0 | 3 | 435 | 143 | 61 |
| Binary | 10111001 | 1 | 11110111 | 11001 | 1100100 | 0 | 11 | 100011101 | 1100011 | 110001 |
Color Harmonies of #B901F7
Complementary color
Monochromatic Colors of #B901F7
Black with #B901F7
Text Example
Text Example
White with #B901F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901F7; }
p { color: rgb(185,1,247); }
H1.HeaderClassName
{
color: #B901F7;
}
.AnyTagClassName
{
color: #B901F7;
}
</style>
background-color css
<style>
a { background-color: #B901F7; }
a { background-color: rgb(185,1,247); }
div.DivClassName
{
background-color: #B901F7;
}
.BgClassName
{
background-color: #B901F7;
}
</style>
border-color css
<style>
span { border-color: #B901F7; }
span { border-color: rgb(185,1,247); }
td.TdClassName
{
border-color: #B901F7;
}
.TagClassName
{
border-color: #B901F7;
}
</style>