Shades of Electric Purple #BD2EF3
Tints of Electric Purple #BD2EF3
RGB
CMYK
RGB Variations
Color information
#BD2EF3 (or 0xBD2EF3) is known color: Electric Purple. HEX triplet: BD, 2E and F3. RGB value is (189,46,243). Sum of RGB (Red+Green+Blue) = 189+46+243=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD2EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2EF3 is #42D10C. Grayscale: #6E6E6E. Windows color (decimal): -4378893 or 15937213. OLE color: 15937213.
HSL color Cylindrical-coordinate representation of color #BD2EF3: hue angle of 283.55º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2EF3 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 46 | 243 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 283.55º | 0.89% | 0.57% | - |
| HSV(B) | 283.55º | 0.81% | 0.95% | - |
| XYZ | 38.14 | 19.24 | 86.5 | - |
| YUV | 111.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 243 | 0.22 | 0.81 | 0 | 0.05 | 283.55 | 0.89 | 0.57 |
| Hex | BD | 2E | F3 | 16 | 51 | 0 | 5 | 11C | 59 | 39 |
| Octal | 275 | 56 | 363 | 26 | 121 | 0 | 5 | 434 | 131 | 71 |
| Binary | 10111101 | 101110 | 11110011 | 10110 | 1010001 | 0 | 101 | 100011100 | 1011001 | 111001 |
Color Harmonies of #BD2EF3
Complementary color
Monochromatic Colors of #BD2EF3
Black with #BD2EF3
Text Example
Text Example
White with #BD2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EF3; }
p { color: rgb(189,46,243); }
H1.HeaderClassName
{
color: #BD2EF3;
}
.AnyTagClassName
{
color: #BD2EF3;
}
</style>
background-color css
<style>
a { background-color: #BD2EF3; }
a { background-color: rgb(189,46,243); }
div.DivClassName
{
background-color: #BD2EF3;
}
.BgClassName
{
background-color: #BD2EF3;
}
</style>
border-color css
<style>
span { border-color: #BD2EF3; }
span { border-color: rgb(189,46,243); }
td.TdClassName
{
border-color: #BD2EF3;
}
.TagClassName
{
border-color: #BD2EF3;
}
</style>