Shades of Electric Purple #BD2EFE
Tints of Electric Purple #BD2EFE
RGB
CMYK
RGB Variations
Color information
#BD2EFE (or 0xBD2EFE) is known color: Electric Purple. HEX triplet: BD, 2E and FE. RGB value is (189,46,254). Sum of RGB (Red+Green+Blue) = 189+46+254=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2EFE is #42D101. Grayscale: #6F6F6F. Windows color (decimal): -4378882 or 16658109. OLE color: 16658109.
HSL color Cylindrical-coordinate representation of color #BD2EFE: hue angle of 281.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2EFE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 46 | 254 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.00 |
| HSL | 281.25º | 0.99% | 0.59% | - |
| HSV(B) | 281.25º | 0.82% | 1% | - |
| XYZ | 39.85 | 19.93 | 95.51 | - |
| YUV | 112.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 254 | 0.26 | 0.82 | 0 | 0.00 | 281.25 | 0.99 | 0.59 |
| Hex | BD | 2E | FE | 1A | 52 | 0 | 0 | 119 | 63 | 3B |
| Octal | 275 | 56 | 376 | 32 | 122 | 0 | 0 | 431 | 143 | 73 |
| Binary | 10111101 | 101110 | 11111110 | 11010 | 1010010 | 0 | 0 | 100011001 | 1100011 | 111011 |
Color Harmonies of #BD2EFE
Complementary color
Monochromatic Colors of #BD2EFE
Black with #BD2EFE
Text Example
Text Example
White with #BD2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EFE; }
p { color: rgb(189,46,254); }
H1.HeaderClassName
{
color: #BD2EFE;
}
.AnyTagClassName
{
color: #BD2EFE;
}
</style>
background-color css
<style>
a { background-color: #BD2EFE; }
a { background-color: rgb(189,46,254); }
div.DivClassName
{
background-color: #BD2EFE;
}
.BgClassName
{
background-color: #BD2EFE;
}
</style>
border-color css
<style>
span { border-color: #BD2EFE; }
span { border-color: rgb(189,46,254); }
td.TdClassName
{
border-color: #BD2EFE;
}
.TagClassName
{
border-color: #BD2EFE;
}
</style>