Shades of Electric Purple #BD2BFE
Tints of Electric Purple #BD2BFE
RGB
CMYK
RGB Variations
Color information
#BD2BFE (or 0xBD2BFE) is known color: Electric Purple. HEX triplet: BD, 2B and FE. RGB value is (189,43,254). Sum of RGB (Red+Green+Blue) = 189+43+254=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD2BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2BFE is #42D401. Grayscale: #6E6E6E. Windows color (decimal): -4379650 or 16657341. OLE color: 16657341.
HSL color Cylindrical-coordinate representation of color #BD2BFE: hue angle of 281.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2BFE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 43 | 254 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.00 |
| HSL | 281.52º | 0.99% | 0.58% | - |
| HSV(B) | 281.52º | 0.83% | 1% | - |
| XYZ | 39.74 | 19.7 | 95.47 | - |
| YUV | 110.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 254 | 0.26 | 0.83 | 0 | 0.00 | 281.52 | 0.99 | 0.58 |
| Hex | BD | 2B | FE | 1A | 53 | 0 | 0 | 11A | 63 | 3A |
| Octal | 275 | 53 | 376 | 32 | 123 | 0 | 0 | 432 | 143 | 72 |
| Binary | 10111101 | 101011 | 11111110 | 11010 | 1010011 | 0 | 0 | 100011010 | 1100011 | 111010 |
Color Harmonies of #BD2BFE
Complementary color
Monochromatic Colors of #BD2BFE
Black with #BD2BFE
Text Example
Text Example
White with #BD2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BFE; }
p { color: rgb(189,43,254); }
H1.HeaderClassName
{
color: #BD2BFE;
}
.AnyTagClassName
{
color: #BD2BFE;
}
</style>
background-color css
<style>
a { background-color: #BD2BFE; }
a { background-color: rgb(189,43,254); }
div.DivClassName
{
background-color: #BD2BFE;
}
.BgClassName
{
background-color: #BD2BFE;
}
</style>
border-color css
<style>
span { border-color: #BD2BFE; }
span { border-color: rgb(189,43,254); }
td.TdClassName
{
border-color: #BD2BFE;
}
.TagClassName
{
border-color: #BD2BFE;
}
</style>