Shades of Electric Purple #B901FC
Tints of Electric Purple #B901FC
RGB
CMYK
RGB Variations
Color information
#B901FC (or 0xB901FC) is known color: Electric Purple. HEX triplet: B9, 01 and FC. RGB value is (185,1,252). Sum of RGB (Red+Green+Blue) = 185+1+252=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #B901FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901FC is #46FE03. Grayscale: #535353. Windows color (decimal): -4652548 or 16515513. OLE color: 16515513.
HSL color Cylindrical-coordinate representation of color #B901FC: hue angle of 283.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901FC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 1 | 252 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.01 |
| HSL | 283.98º | 0.99% | 0.5% | - |
| HSV(B) | 283.98º | 1% | 0.99% | - |
| XYZ | 37.59 | 17.36 | 93.47 | - |
| YUV | 84.63 | 222.46 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 252 | 0.27 | 1.00 | 0 | 0.01 | 283.98 | 0.99 | 0.5 |
| Hex | B9 | 1 | FC | 1B | 64 | 0 | 1 | 11C | 63 | 32 |
| Octal | 271 | 1 | 374 | 33 | 144 | 0 | 1 | 434 | 143 | 62 |
| Binary | 10111001 | 1 | 11111100 | 11011 | 1100100 | 0 | 1 | 100011100 | 1100011 | 110010 |
Color Harmonies of #B901FC
Complementary color
Monochromatic Colors of #B901FC
Black with #B901FC
Text Example
Text Example
White with #B901FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901FC; }
p { color: rgb(185,1,252); }
H1.HeaderClassName
{
color: #B901FC;
}
.AnyTagClassName
{
color: #B901FC;
}
</style>
background-color css
<style>
a { background-color: #B901FC; }
a { background-color: rgb(185,1,252); }
div.DivClassName
{
background-color: #B901FC;
}
.BgClassName
{
background-color: #B901FC;
}
</style>
border-color css
<style>
span { border-color: #B901FC; }
span { border-color: rgb(185,1,252); }
td.TdClassName
{
border-color: #B901FC;
}
.TagClassName
{
border-color: #B901FC;
}
</style>