Shades of Electric Purple #BD1DF4
Tints of Electric Purple #BD1DF4
RGB
CMYK
RGB Variations
Color information
#BD1DF4 (or 0xBD1DF4) is known color: Electric Purple. HEX triplet: BD, 1D and F4. RGB value is (189,29,244). Sum of RGB (Red+Green+Blue) = 189+29+244=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 244 (95.70% from 255 or 52.81% from 462); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DF4 is #42E20B. Grayscale: #646464. Windows color (decimal): -4383244 or 15998397. OLE color: 15998397.
HSL color Cylindrical-coordinate representation of color #BD1DF4: hue angle of 284.65º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1DF4 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 29 | 244 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.04 |
| HSL | 284.65º | 0.91% | 0.54% | - |
| HSV(B) | 284.65º | 0.88% | 0.96% | - |
| XYZ | 37.75 | 18.23 | 87.12 | - |
| YUV | 101.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 244 | 0.23 | 0.88 | 0 | 0.04 | 284.65 | 0.91 | 0.54 |
| Hex | BD | 1D | F4 | 17 | 58 | 0 | 4 | 11D | 5B | 36 |
| Octal | 275 | 35 | 364 | 27 | 130 | 0 | 4 | 435 | 133 | 66 |
| Binary | 10111101 | 11101 | 11110100 | 10111 | 1011000 | 0 | 100 | 100011101 | 1011011 | 110110 |
Color Harmonies of #BD1DF4
Complementary color
Monochromatic Colors of #BD1DF4
Black with #BD1DF4
Text Example
Text Example
White with #BD1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DF4; }
p { color: rgb(189,29,244); }
H1.HeaderClassName
{
color: #BD1DF4;
}
.AnyTagClassName
{
color: #BD1DF4;
}
</style>
background-color css
<style>
a { background-color: #BD1DF4; }
a { background-color: rgb(189,29,244); }
div.DivClassName
{
background-color: #BD1DF4;
}
.BgClassName
{
background-color: #BD1DF4;
}
</style>
border-color css
<style>
span { border-color: #BD1DF4; }
span { border-color: rgb(189,29,244); }
td.TdClassName
{
border-color: #BD1DF4;
}
.TagClassName
{
border-color: #BD1DF4;
}
</style>