Shades of Electric Purple #BD1FEC
Tints of Electric Purple #BD1FEC
RGB
CMYK
RGB Variations
Color information
#BD1FEC (or 0xBD1FEC) is known color: Electric Purple. HEX triplet: BD, 1F and EC. RGB value is (189,31,236). Sum of RGB (Red+Green+Blue) = 189+31+236=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1FEC is #42E013. Grayscale: #646464. Windows color (decimal): -4382740 or 15474621. OLE color: 15474621.
HSL color Cylindrical-coordinate representation of color #BD1FEC: hue angle of 286.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1FEC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 31 | 236 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.07 |
| HSL | 286.24º | 0.84% | 0.52% | - |
| HSV(B) | 286.24º | 0.87% | 0.93% | - |
| XYZ | 36.62 | 17.85 | 80.87 | - |
| YUV | 101.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 236 | 0.20 | 0.87 | 0 | 0.07 | 286.24 | 0.84 | 0.52 |
| Hex | BD | 1F | EC | 14 | 57 | 0 | 7 | 11E | 54 | 34 |
| Octal | 275 | 37 | 354 | 24 | 127 | 0 | 7 | 436 | 124 | 64 |
| Binary | 10111101 | 11111 | 11101100 | 10100 | 1010111 | 0 | 111 | 100011110 | 1010100 | 110100 |
Color Harmonies of #BD1FEC
Complementary color
Monochromatic Colors of #BD1FEC
Black with #BD1FEC
Text Example
Text Example
White with #BD1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FEC; }
p { color: rgb(189,31,236); }
H1.HeaderClassName
{
color: #BD1FEC;
}
.AnyTagClassName
{
color: #BD1FEC;
}
</style>
background-color css
<style>
a { background-color: #BD1FEC; }
a { background-color: rgb(189,31,236); }
div.DivClassName
{
background-color: #BD1FEC;
}
.BgClassName
{
background-color: #BD1FEC;
}
</style>
border-color css
<style>
span { border-color: #BD1FEC; }
span { border-color: rgb(189,31,236); }
td.TdClassName
{
border-color: #BD1FEC;
}
.TagClassName
{
border-color: #BD1FEC;
}
</style>