Shades of Electric Purple #BD2CFE
Tints of Electric Purple #BD2CFE
RGB
CMYK
RGB Variations
Color information
#BD2CFE (or 0xBD2CFE) is known color: Electric Purple. HEX triplet: BD, 2C and FE. RGB value is (189,44,254). Sum of RGB (Red+Green+Blue) = 189+44+254=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD2CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CFE is #42D301. Grayscale: #6E6E6E. Windows color (decimal): -4379394 or 16657597. OLE color: 16657597.
HSL color Cylindrical-coordinate representation of color #BD2CFE: hue angle of 281.43º 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 #BD2CFE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 44 | 254 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.00 |
| HSL | 281.43º | 0.99% | 0.58% | - |
| HSV(B) | 281.43º | 0.83% | 1% | - |
| XYZ | 39.78 | 19.78 | 95.49 | - |
| YUV | 111.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 254 | 0.26 | 0.83 | 0 | 0.00 | 281.43 | 0.99 | 0.58 |
| Hex | BD | 2C | FE | 1A | 53 | 0 | 0 | 119 | 63 | 3A |
| Octal | 275 | 54 | 376 | 32 | 123 | 0 | 0 | 431 | 143 | 72 |
| Binary | 10111101 | 101100 | 11111110 | 11010 | 1010011 | 0 | 0 | 100011001 | 1100011 | 111010 |
Color Harmonies of #BD2CFE
Complementary color
Monochromatic Colors of #BD2CFE
Black with #BD2CFE
Text Example
Text Example
White with #BD2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CFE; }
p { color: rgb(189,44,254); }
H1.HeaderClassName
{
color: #BD2CFE;
}
.AnyTagClassName
{
color: #BD2CFE;
}
</style>
background-color css
<style>
a { background-color: #BD2CFE; }
a { background-color: rgb(189,44,254); }
div.DivClassName
{
background-color: #BD2CFE;
}
.BgClassName
{
background-color: #BD2CFE;
}
</style>
border-color css
<style>
span { border-color: #BD2CFE; }
span { border-color: rgb(189,44,254); }
td.TdClassName
{
border-color: #BD2CFE;
}
.TagClassName
{
border-color: #BD2CFE;
}
</style>