Shades of Electric Purple #BD01E3
Tints of Electric Purple #BD01E3
RGB
CMYK
RGB Variations
Color information
#BD01E3 (or 0xBD01E3) is known color: Electric Purple. HEX triplet: BD, 01 and E3. RGB value is (189,1,227). Sum of RGB (Red+Green+Blue) = 189+1+227=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD01E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01E3 is #42FE1C. Grayscale: #525252. Windows color (decimal): -4390429 or 14877117. OLE color: 14877117.
HSL color Cylindrical-coordinate representation of color #BD01E3: hue angle of 289.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01E3 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 1 | 227 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.11 |
| HSL | 289.91º | 0.99% | 0.45% | - |
| HSV(B) | 289.91º | 1% | 0.89% | - |
| XYZ | 34.86 | 16.39 | 74 | - |
| YUV | 82.98 | 209.28 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 227 | 0.17 | 1.00 | 0 | 0.11 | 289.91 | 0.99 | 0.45 |
| Hex | BD | 1 | E3 | 11 | 64 | 0 | B | 122 | 63 | 2D |
| Octal | 275 | 1 | 343 | 21 | 144 | 0 | 13 | 442 | 143 | 55 |
| Binary | 10111101 | 1 | 11100011 | 10001 | 1100100 | 0 | 1011 | 100100010 | 1100011 | 101101 |
Color Harmonies of #BD01E3
Complementary color
Monochromatic Colors of #BD01E3
Black with #BD01E3
Text Example
Text Example
White with #BD01E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01E3; }
p { color: rgb(189,1,227); }
H1.HeaderClassName
{
color: #BD01E3;
}
.AnyTagClassName
{
color: #BD01E3;
}
</style>
background-color css
<style>
a { background-color: #BD01E3; }
a { background-color: rgb(189,1,227); }
div.DivClassName
{
background-color: #BD01E3;
}
.BgClassName
{
background-color: #BD01E3;
}
</style>
border-color css
<style>
span { border-color: #BD01E3; }
span { border-color: rgb(189,1,227); }
td.TdClassName
{
border-color: #BD01E3;
}
.TagClassName
{
border-color: #BD01E3;
}
</style>