Shades of Electric Purple #BD2EF1
Tints of Electric Purple #BD2EF1
RGB
CMYK
RGB Variations
Color information
#BD2EF1 (or 0xBD2EF1) is known color: Electric Purple. HEX triplet: BD, 2E and F1. RGB value is (189,46,241). Sum of RGB (Red+Green+Blue) = 189+46+241=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD2EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2EF1 is #42D10E. Grayscale: #6E6E6E. Windows color (decimal): -4378895 or 15806141. OLE color: 15806141.
HSL color Cylindrical-coordinate representation of color #BD2EF1: hue angle of 284º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2EF1 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 46 | 241 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.05 |
| HSL | 284º | 0.87% | 0.56% | - |
| HSV(B) | 284º | 0.81% | 0.95% | - |
| XYZ | 37.84 | 19.12 | 84.92 | - |
| YUV | 110.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 241 | 0.22 | 0.81 | 0 | 0.05 | 284 | 0.87 | 0.56 |
| Hex | BD | 2E | F1 | 16 | 51 | 0 | 5 | 11C | 57 | 38 |
| Octal | 275 | 56 | 361 | 26 | 121 | 0 | 5 | 434 | 127 | 70 |
| Binary | 10111101 | 101110 | 11110001 | 10110 | 1010001 | 0 | 101 | 100011100 | 1010111 | 111000 |
Color Harmonies of #BD2EF1
Complementary color
Monochromatic Colors of #BD2EF1
Black with #BD2EF1
Text Example
Text Example
White with #BD2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EF1; }
p { color: rgb(189,46,241); }
H1.HeaderClassName
{
color: #BD2EF1;
}
.AnyTagClassName
{
color: #BD2EF1;
}
</style>
background-color css
<style>
a { background-color: #BD2EF1; }
a { background-color: rgb(189,46,241); }
div.DivClassName
{
background-color: #BD2EF1;
}
.BgClassName
{
background-color: #BD2EF1;
}
</style>
border-color css
<style>
span { border-color: #BD2EF1; }
span { border-color: rgb(189,46,241); }
td.TdClassName
{
border-color: #BD2EF1;
}
.TagClassName
{
border-color: #BD2EF1;
}
</style>