Shades of Electric Purple #BD0FE6
Tints of Electric Purple #BD0FE6
RGB
CMYK
RGB Variations
Color information
#BD0FE6 (or 0xBD0FE6) is known color: Electric Purple. HEX triplet: BD, 0F and E6. RGB value is (189,15,230). Sum of RGB (Red+Green+Blue) = 189+15+230=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD0FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0FE6 is #42F019. Grayscale: #5A5A5A. Windows color (decimal): -4386842 or 15077309. OLE color: 15077309.
HSL color Cylindrical-coordinate representation of color #BD0FE6: hue angle of 288.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FE6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 15 | 230 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.10 |
| HSL | 288.56º | 0.88% | 0.48% | - |
| HSV(B) | 288.56º | 0.93% | 0.9% | - |
| XYZ | 35.44 | 16.87 | 76.25 | - |
| YUV | 91.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 230 | 0.18 | 0.93 | 0 | 0.10 | 288.56 | 0.88 | 0.48 |
| Hex | BD | F | E6 | 12 | 5D | 0 | A | 121 | 58 | 30 |
| Octal | 275 | 17 | 346 | 22 | 135 | 0 | 12 | 441 | 130 | 60 |
| Binary | 10111101 | 1111 | 11100110 | 10010 | 1011101 | 0 | 1010 | 100100001 | 1011000 | 110000 |
Color Harmonies of #BD0FE6
Complementary color
Monochromatic Colors of #BD0FE6
Black with #BD0FE6
Text Example
Text Example
White with #BD0FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FE6; }
p { color: rgb(189,15,230); }
H1.HeaderClassName
{
color: #BD0FE6;
}
.AnyTagClassName
{
color: #BD0FE6;
}
</style>
background-color css
<style>
a { background-color: #BD0FE6; }
a { background-color: rgb(189,15,230); }
div.DivClassName
{
background-color: #BD0FE6;
}
.BgClassName
{
background-color: #BD0FE6;
}
</style>
border-color css
<style>
span { border-color: #BD0FE6; }
span { border-color: rgb(189,15,230); }
td.TdClassName
{
border-color: #BD0FE6;
}
.TagClassName
{
border-color: #BD0FE6;
}
</style>