Shades of Electric Purple #BD0FEC
Tints of Electric Purple #BD0FEC
RGB
CMYK
RGB Variations
Color information
#BD0FEC (or 0xBD0FEC) is known color: Electric Purple. HEX triplet: BD, 0F and EC. RGB value is (189,15,236). Sum of RGB (Red+Green+Blue) = 189+15+236=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FEC is #42F013. Grayscale: #5B5B5B. Windows color (decimal): -4386836 or 15470525. OLE color: 15470525.
HSL color Cylindrical-coordinate representation of color #BD0FEC: hue angle of 287.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0FEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 15 | 236 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 287.24º | 0.88% | 0.49% | - |
| HSV(B) | 287.24º | 0.94% | 0.93% | - |
| XYZ | 36.3 | 17.22 | 80.77 | - |
| YUV | 92.22 | 209.15 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 236 | 0.20 | 0.94 | 0 | 0.07 | 287.24 | 0.88 | 0.49 |
| Hex | BD | F | EC | 14 | 5E | 0 | 7 | 11F | 58 | 31 |
| Octal | 275 | 17 | 354 | 24 | 136 | 0 | 7 | 437 | 130 | 61 |
| Binary | 10111101 | 1111 | 11101100 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011000 | 110001 |
Color Harmonies of #BD0FEC
Complementary color
Monochromatic Colors of #BD0FEC
Black with #BD0FEC
Text Example
Text Example
White with #BD0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FEC; }
p { color: rgb(189,15,236); }
H1.HeaderClassName
{
color: #BD0FEC;
}
.AnyTagClassName
{
color: #BD0FEC;
}
</style>
background-color css
<style>
a { background-color: #BD0FEC; }
a { background-color: rgb(189,15,236); }
div.DivClassName
{
background-color: #BD0FEC;
}
.BgClassName
{
background-color: #BD0FEC;
}
</style>
border-color css
<style>
span { border-color: #BD0FEC; }
span { border-color: rgb(189,15,236); }
td.TdClassName
{
border-color: #BD0FEC;
}
.TagClassName
{
border-color: #BD0FEC;
}
</style>