Shades of Electric Purple #B900FE
Tints of Electric Purple #B900FE
RGB
CMYK
RGB Variations
Color information
#B900FE (or 0xB900FE) is known color: Electric Purple. HEX triplet: B9, 00 and FE. RGB value is (185,0,254). Sum of RGB (Red+Green+Blue) = 185+0+254=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #B900FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900FE is #46FF01. Grayscale: #535353. Windows color (decimal): -4652802 or 16646329. OLE color: 16646329.
HSL color Cylindrical-coordinate representation of color #B900FE: hue angle of 283.7º 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 #B900FE is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 0 | 254 | - |
| CMYK | 0.27 | 1 | 0 | 0.00 |
| HSL | 283.7º | 1% | 0.5% | - |
| HSV(B) | 283.7º | 1% | 1% | - |
| XYZ | 37.9 | 17.47 | 95.14 | - |
| YUV | 84.27 | 223.79 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 254 | 0.27 | 1 | 0 | 0.00 | 283.7 | 1 | 0.5 |
| Hex | B9 | 0 | FE | 1B | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 271 | 0 | 376 | 33 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111001 | 0 | 11111110 | 11011 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #B900FE
Complementary color
Monochromatic Colors of #B900FE
Black with #B900FE
Text Example
Text Example
White with #B900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900FE; }
p { color: rgb(185,0,254); }
H1.HeaderClassName
{
color: #B900FE;
}
.AnyTagClassName
{
color: #B900FE;
}
</style>
background-color css
<style>
a { background-color: #B900FE; }
a { background-color: rgb(185,0,254); }
div.DivClassName
{
background-color: #B900FE;
}
.BgClassName
{
background-color: #B900FE;
}
</style>
border-color css
<style>
span { border-color: #B900FE; }
span { border-color: rgb(185,0,254); }
td.TdClassName
{
border-color: #B900FE;
}
.TagClassName
{
border-color: #B900FE;
}
</style>