Shades of Electric Purple #BD05FE
Tints of Electric Purple #BD05FE
RGB
CMYK
RGB Variations
Color information
#BD05FE (or 0xBD05FE) is known color: Electric Purple. HEX triplet: BD, 05 and FE. RGB value is (189,5,254). Sum of RGB (Red+Green+Blue) = 189+5+254=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD05FE is #42FA01. Grayscale: #575757. Windows color (decimal): -4389378 or 16647613. OLE color: 16647613.
HSL color Cylindrical-coordinate representation of color #BD05FE: hue angle of 284.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD05FE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 5 | 254 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.00 |
| HSL | 284.34º | 0.99% | 0.51% | - |
| HSV(B) | 284.34º | 0.98% | 1% | - |
| XYZ | 38.93 | 18.08 | 95.2 | - |
| YUV | 88.4 | 221.46 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 254 | 0.26 | 0.98 | 0 | 0.00 | 284.34 | 0.99 | 0.51 |
| Hex | BD | 5 | FE | 1A | 62 | 0 | 0 | 11C | 63 | 33 |
| Octal | 275 | 5 | 376 | 32 | 142 | 0 | 0 | 434 | 143 | 63 |
| Binary | 10111101 | 101 | 11111110 | 11010 | 1100010 | 0 | 0 | 100011100 | 1100011 | 110011 |
Color Harmonies of #BD05FE
Complementary color
Monochromatic Colors of #BD05FE
Black with #BD05FE
Text Example
Text Example
White with #BD05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD05FE; }
p { color: rgb(189,5,254); }
H1.HeaderClassName
{
color: #BD05FE;
}
.AnyTagClassName
{
color: #BD05FE;
}
</style>
background-color css
<style>
a { background-color: #BD05FE; }
a { background-color: rgb(189,5,254); }
div.DivClassName
{
background-color: #BD05FE;
}
.BgClassName
{
background-color: #BD05FE;
}
</style>
border-color css
<style>
span { border-color: #BD05FE; }
span { border-color: rgb(189,5,254); }
td.TdClassName
{
border-color: #BD05FE;
}
.TagClassName
{
border-color: #BD05FE;
}
</style>