Shades of Electric Purple #BD1DF7
Tints of Electric Purple #BD1DF7
RGB
CMYK
RGB Variations
Color information
#BD1DF7 (or 0xBD1DF7) is known color: Electric Purple. HEX triplet: BD, 1D and F7. RGB value is (189,29,247). Sum of RGB (Red+Green+Blue) = 189+29+247=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD1DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DF7 is #42E208. Grayscale: #646464. Windows color (decimal): -4383241 or 16195005. OLE color: 16195005.
HSL color Cylindrical-coordinate representation of color #BD1DF7: hue angle of 284.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1DF7 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 29 | 247 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.03 |
| HSL | 284.04º | 0.93% | 0.54% | - |
| HSV(B) | 284.04º | 0.88% | 0.97% | - |
| XYZ | 38.21 | 18.41 | 89.54 | - |
| YUV | 101.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 247 | 0.23 | 0.88 | 0 | 0.03 | 284.04 | 0.93 | 0.54 |
| Hex | BD | 1D | F7 | 17 | 58 | 0 | 3 | 11C | 5D | 36 |
| Octal | 275 | 35 | 367 | 27 | 130 | 0 | 3 | 434 | 135 | 66 |
| Binary | 10111101 | 11101 | 11110111 | 10111 | 1011000 | 0 | 11 | 100011100 | 1011101 | 110110 |
Color Harmonies of #BD1DF7
Complementary color
Monochromatic Colors of #BD1DF7
Black with #BD1DF7
Text Example
Text Example
White with #BD1DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DF7; }
p { color: rgb(189,29,247); }
H1.HeaderClassName
{
color: #BD1DF7;
}
.AnyTagClassName
{
color: #BD1DF7;
}
</style>
background-color css
<style>
a { background-color: #BD1DF7; }
a { background-color: rgb(189,29,247); }
div.DivClassName
{
background-color: #BD1DF7;
}
.BgClassName
{
background-color: #BD1DF7;
}
</style>
border-color css
<style>
span { border-color: #BD1DF7; }
span { border-color: rgb(189,29,247); }
td.TdClassName
{
border-color: #BD1DF7;
}
.TagClassName
{
border-color: #BD1DF7;
}
</style>