Shades of Electric Purple #BD0FE4
Tints of Electric Purple #BD0FE4
RGB
CMYK
RGB Variations
Color information
#BD0FE4 (or 0xBD0FE4) is known color: Electric Purple. HEX triplet: BD, 0F and E4. RGB value is (189,15,228). Sum of RGB (Red+Green+Blue) = 189+15+228=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD0FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FE4 is #42F01B. Grayscale: #5A5A5A. Windows color (decimal): -4386844 or 14946237. OLE color: 14946237.
HSL color Cylindrical-coordinate representation of color #BD0FE4: hue angle of 289.01º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FE4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 15 | 228 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.11 |
| HSL | 289.01º | 0.88% | 0.48% | - |
| HSV(B) | 289.01º | 0.93% | 0.89% | - |
| XYZ | 35.16 | 16.76 | 74.78 | - |
| YUV | 91.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 228 | 0.17 | 0.93 | 0 | 0.11 | 289.01 | 0.88 | 0.48 |
| Hex | BD | F | E4 | 11 | 5D | 0 | B | 121 | 58 | 30 |
| Octal | 275 | 17 | 344 | 21 | 135 | 0 | 13 | 441 | 130 | 60 |
| Binary | 10111101 | 1111 | 11100100 | 10001 | 1011101 | 0 | 1011 | 100100001 | 1011000 | 110000 |
Color Harmonies of #BD0FE4
Complementary color
Monochromatic Colors of #BD0FE4
Black with #BD0FE4
Text Example
Text Example
White with #BD0FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FE4; }
p { color: rgb(189,15,228); }
H1.HeaderClassName
{
color: #BD0FE4;
}
.AnyTagClassName
{
color: #BD0FE4;
}
</style>
background-color css
<style>
a { background-color: #BD0FE4; }
a { background-color: rgb(189,15,228); }
div.DivClassName
{
background-color: #BD0FE4;
}
.BgClassName
{
background-color: #BD0FE4;
}
</style>
border-color css
<style>
span { border-color: #BD0FE4; }
span { border-color: rgb(189,15,228); }
td.TdClassName
{
border-color: #BD0FE4;
}
.TagClassName
{
border-color: #BD0FE4;
}
</style>