Shades of Electric Purple #BD00FE
Tints of Electric Purple #BD00FE
RGB
CMYK
RGB Variations
Color information
#BD00FE (or 0xBD00FE) is known color: Electric Purple. HEX triplet: BD, 00 and FE. RGB value is (189,0,254). Sum of RGB (Red+Green+Blue) = 189+0+254=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD00FE is #42FF01. Grayscale: #545454. Windows color (decimal): -4390658 or 16646333. OLE color: 16646333.
HSL color Cylindrical-coordinate representation of color #BD00FE: hue angle of 284.65º 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 #BD00FE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 0 | 254 | - |
| CMYK | 0.26 | 1 | 0 | 0.00 |
| HSL | 284.65º | 1% | 0.5% | - |
| HSV(B) | 284.65º | 1% | 1% | - |
| XYZ | 38.88 | 17.97 | 95.19 | - |
| YUV | 85.47 | 223.12 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 254 | 0.26 | 1 | 0 | 0.00 | 284.65 | 1 | 0.5 |
| Hex | BD | 0 | FE | 1A | 64 | 0 | 0 | 11D | 64 | 32 |
| Octal | 275 | 0 | 376 | 32 | 144 | 0 | 0 | 435 | 144 | 62 |
| Binary | 10111101 | 0 | 11111110 | 11010 | 1100100 | 0 | 0 | 100011101 | 1100100 | 110010 |
Color Harmonies of #BD00FE
Complementary color
Monochromatic Colors of #BD00FE
Black with #BD00FE
Text Example
Text Example
White with #BD00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00FE; }
p { color: rgb(189,0,254); }
H1.HeaderClassName
{
color: #BD00FE;
}
.AnyTagClassName
{
color: #BD00FE;
}
</style>
background-color css
<style>
a { background-color: #BD00FE; }
a { background-color: rgb(189,0,254); }
div.DivClassName
{
background-color: #BD00FE;
}
.BgClassName
{
background-color: #BD00FE;
}
</style>
border-color css
<style>
span { border-color: #BD00FE; }
span { border-color: rgb(189,0,254); }
td.TdClassName
{
border-color: #BD00FE;
}
.TagClassName
{
border-color: #BD00FE;
}
</style>