Shades of Electric Purple #BD0FFE
Tints of Electric Purple #BD0FFE
RGB
CMYK
RGB Variations
Color information
#BD0FFE (or 0xBD0FFE) is known color: Electric Purple. HEX triplet: BD, 0F and FE. RGB value is (189,15,254). Sum of RGB (Red+Green+Blue) = 189+15+254=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FFE is #42F001. Grayscale: #5D5D5D. Windows color (decimal): -4386818 or 16650173. OLE color: 16650173.
HSL color Cylindrical-coordinate representation of color #BD0FFE: hue angle of 283.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FFE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 15 | 254 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.00 |
| HSL | 283.68º | 0.99% | 0.53% | - |
| HSV(B) | 283.68º | 0.94% | 1% | - |
| XYZ | 39.05 | 18.32 | 95.24 | - |
| YUV | 94.27 | 218.15 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 254 | 0.26 | 0.94 | 0 | 0.00 | 283.68 | 0.99 | 0.53 |
| Hex | BD | F | FE | 1A | 5E | 0 | 0 | 11C | 63 | 35 |
| Octal | 275 | 17 | 376 | 32 | 136 | 0 | 0 | 434 | 143 | 65 |
| Binary | 10111101 | 1111 | 11111110 | 11010 | 1011110 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #BD0FFE
Complementary color
Monochromatic Colors of #BD0FFE
Black with #BD0FFE
Text Example
Text Example
White with #BD0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FFE; }
p { color: rgb(189,15,254); }
H1.HeaderClassName
{
color: #BD0FFE;
}
.AnyTagClassName
{
color: #BD0FFE;
}
</style>
background-color css
<style>
a { background-color: #BD0FFE; }
a { background-color: rgb(189,15,254); }
div.DivClassName
{
background-color: #BD0FFE;
}
.BgClassName
{
background-color: #BD0FFE;
}
</style>
border-color css
<style>
span { border-color: #BD0FFE; }
span { border-color: rgb(189,15,254); }
td.TdClassName
{
border-color: #BD0FFE;
}
.TagClassName
{
border-color: #BD0FFE;
}
</style>