Shades of Electric Purple #BD2DF4
Tints of Electric Purple #BD2DF4
RGB
CMYK
RGB Variations
Color information
#BD2DF4 (or 0xBD2DF4) is known color: Electric Purple. HEX triplet: BD, 2D and F4. RGB value is (189,45,244). Sum of RGB (Red+Green+Blue) = 189+45+244=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD2DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2DF4 is #42D20B. Grayscale: #6E6E6E. Windows color (decimal): -4379148 or 16002493. OLE color: 16002493.
HSL color Cylindrical-coordinate representation of color #BD2DF4: hue angle of 283.42º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2DF4 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 45 | 244 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.04 |
| HSL | 283.42º | 0.9% | 0.57% | - |
| HSV(B) | 283.42º | 0.82% | 0.96% | - |
| XYZ | 38.25 | 19.23 | 87.28 | - |
| YUV | 110.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 244 | 0.23 | 0.82 | 0 | 0.04 | 283.42 | 0.9 | 0.57 |
| Hex | BD | 2D | F4 | 17 | 52 | 0 | 4 | 11B | 5A | 39 |
| Octal | 275 | 55 | 364 | 27 | 122 | 0 | 4 | 433 | 132 | 71 |
| Binary | 10111101 | 101101 | 11110100 | 10111 | 1010010 | 0 | 100 | 100011011 | 1011010 | 111001 |
Color Harmonies of #BD2DF4
Complementary color
Monochromatic Colors of #BD2DF4
Black with #BD2DF4
Text Example
Text Example
White with #BD2DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DF4; }
p { color: rgb(189,45,244); }
H1.HeaderClassName
{
color: #BD2DF4;
}
.AnyTagClassName
{
color: #BD2DF4;
}
</style>
background-color css
<style>
a { background-color: #BD2DF4; }
a { background-color: rgb(189,45,244); }
div.DivClassName
{
background-color: #BD2DF4;
}
.BgClassName
{
background-color: #BD2DF4;
}
</style>
border-color css
<style>
span { border-color: #BD2DF4; }
span { border-color: rgb(189,45,244); }
td.TdClassName
{
border-color: #BD2DF4;
}
.TagClassName
{
border-color: #BD2DF4;
}
</style>