Shades of Electric Purple #BD1DF8
Tints of Electric Purple #BD1DF8
RGB
CMYK
RGB Variations
Color information
#BD1DF8 (or 0xBD1DF8) is known color: Electric Purple. HEX triplet: BD, 1D and F8. RGB value is (189,29,248). Sum of RGB (Red+Green+Blue) = 189+29+248=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD1DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DF8 is #42E207. Grayscale: #656565. Windows color (decimal): -4383240 or 16260541. OLE color: 16260541.
HSL color Cylindrical-coordinate representation of color #BD1DF8: hue angle of 283.84º degrees, saturation: 0.94, 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 #BD1DF8 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 29 | 248 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.03 |
| HSL | 283.84º | 0.94% | 0.54% | - |
| HSV(B) | 283.84º | 0.88% | 0.97% | - |
| XYZ | 38.37 | 18.47 | 90.35 | - |
| YUV | 101.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 248 | 0.24 | 0.88 | 0 | 0.03 | 283.84 | 0.94 | 0.54 |
| Hex | BD | 1D | F8 | 18 | 58 | 0 | 3 | 11C | 5E | 36 |
| Octal | 275 | 35 | 370 | 30 | 130 | 0 | 3 | 434 | 136 | 66 |
| Binary | 10111101 | 11101 | 11111000 | 11000 | 1011000 | 0 | 11 | 100011100 | 1011110 | 110110 |
Color Harmonies of #BD1DF8
Complementary color
Monochromatic Colors of #BD1DF8
Black with #BD1DF8
Text Example
Text Example
White with #BD1DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DF8; }
p { color: rgb(189,29,248); }
H1.HeaderClassName
{
color: #BD1DF8;
}
.AnyTagClassName
{
color: #BD1DF8;
}
</style>
background-color css
<style>
a { background-color: #BD1DF8; }
a { background-color: rgb(189,29,248); }
div.DivClassName
{
background-color: #BD1DF8;
}
.BgClassName
{
background-color: #BD1DF8;
}
</style>
border-color css
<style>
span { border-color: #BD1DF8; }
span { border-color: rgb(189,29,248); }
td.TdClassName
{
border-color: #BD1DF8;
}
.TagClassName
{
border-color: #BD1DF8;
}
</style>