Shades of Electric Purple #BD0FE3
Tints of Electric Purple #BD0FE3
RGB
CMYK
RGB Variations
Color information
#BD0FE3 (or 0xBD0FE3) is known color: Electric Purple. HEX triplet: BD, 0F and E3. RGB value is (189,15,227). Sum of RGB (Red+Green+Blue) = 189+15+227=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD0FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FE3 is #42F01C. Grayscale: #5A5A5A. Windows color (decimal): -4386845 or 14880701. OLE color: 14880701.
HSL color Cylindrical-coordinate representation of color #BD0FE3: hue angle of 289.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FE3 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 15 | 227 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.11 |
| HSL | 289.25º | 0.88% | 0.47% | - |
| HSV(B) | 289.25º | 0.93% | 0.89% | - |
| XYZ | 35.02 | 16.71 | 74.05 | - |
| YUV | 91.19 | 204.65 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 227 | 0.17 | 0.93 | 0 | 0.11 | 289.25 | 0.88 | 0.47 |
| Hex | BD | F | E3 | 11 | 5D | 0 | B | 121 | 58 | 2F |
| Octal | 275 | 17 | 343 | 21 | 135 | 0 | 13 | 441 | 130 | 57 |
| Binary | 10111101 | 1111 | 11100011 | 10001 | 1011101 | 0 | 1011 | 100100001 | 1011000 | 101111 |
Color Harmonies of #BD0FE3
Complementary color
Monochromatic Colors of #BD0FE3
Black with #BD0FE3
Text Example
Text Example
White with #BD0FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FE3; }
p { color: rgb(189,15,227); }
H1.HeaderClassName
{
color: #BD0FE3;
}
.AnyTagClassName
{
color: #BD0FE3;
}
</style>
background-color css
<style>
a { background-color: #BD0FE3; }
a { background-color: rgb(189,15,227); }
div.DivClassName
{
background-color: #BD0FE3;
}
.BgClassName
{
background-color: #BD0FE3;
}
</style>
border-color css
<style>
span { border-color: #BD0FE3; }
span { border-color: rgb(189,15,227); }
td.TdClassName
{
border-color: #BD0FE3;
}
.TagClassName
{
border-color: #BD0FE3;
}
</style>