Shades of Electric Purple #B901FF
Tints of Electric Purple #B901FF
RGB
CMYK
RGB Variations
Color information
#B901FF (or 0xB901FF) is known color: Electric Purple. HEX triplet: B9, 01 and FF. RGB value is (185,1,255). Sum of RGB (Red+Green+Blue) = 185+1+255=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B901FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901FF is #46FE00. Grayscale: #545454. Windows color (decimal): -4652545 or 16712121. OLE color: 16712121.
HSL color Cylindrical-coordinate representation of color #B901FF: hue angle of 283.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901FF is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 1 | 255 | - |
| CMYK | 0.27 | 1.00 | 0 | 0 |
| HSL | 283.46º | 1% | 0.5% | - |
| HSV(B) | 283.46º | 1% | 1% | - |
| XYZ | 38.07 | 17.56 | 95.99 | - |
| YUV | 84.97 | 223.96 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 255 | 0.27 | 1.00 | 0 | 0 | 283.46 | 1 | 0.5 |
| Hex | B9 | 1 | FF | 1B | 64 | 0 | 0 | 11B | 64 | 32 |
| Octal | 271 | 1 | 377 | 33 | 144 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10111001 | 1 | 11111111 | 11011 | 1100100 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B901FF
Complementary color
Monochromatic Colors of #B901FF
Black with #B901FF
Text Example
Text Example
White with #B901FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B901FF; }
p { color: rgb(185,1,255); }
H1.HeaderClassName
{
color: #B901FF;
}
.AnyTagClassName
{
color: #B901FF;
}
</style>
background-color css
<style>
a { background-color: #B901FF; }
a { background-color: rgb(185,1,255); }
div.DivClassName
{
background-color: #B901FF;
}
.BgClassName
{
background-color: #B901FF;
}
</style>
border-color css
<style>
span { border-color: #B901FF; }
span { border-color: rgb(185,1,255); }
td.TdClassName
{
border-color: #B901FF;
}
.TagClassName
{
border-color: #B901FF;
}
</style>