Shades of Electric Purple #BD10EF
Tints of Electric Purple #BD10EF
RGB
CMYK
RGB Variations
Color information
#BD10EF (or 0xBD10EF) is known color: Electric Purple. HEX triplet: BD, 10 and EF. RGB value is (189,16,239). Sum of RGB (Red+Green+Blue) = 189+16+239=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD10EF is #42EF10. Grayscale: #5C5C5C. Windows color (decimal): -4386577 or 15667389. OLE color: 15667389.
HSL color Cylindrical-coordinate representation of color #BD10EF: hue angle of 286.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10EF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 16 | 239 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.06 |
| HSL | 286.55º | 0.87% | 0.5% | - |
| HSV(B) | 286.55º | 0.93% | 0.94% | - |
| XYZ | 36.75 | 17.42 | 83.09 | - |
| YUV | 93.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 239 | 0.21 | 0.93 | 0 | 0.06 | 286.55 | 0.87 | 0.5 |
| Hex | BD | 10 | EF | 15 | 5D | 0 | 6 | 11F | 57 | 32 |
| Octal | 275 | 20 | 357 | 25 | 135 | 0 | 6 | 437 | 127 | 62 |
| Binary | 10111101 | 10000 | 11101111 | 10101 | 1011101 | 0 | 110 | 100011111 | 1010111 | 110010 |
Color Harmonies of #BD10EF
Complementary color
Monochromatic Colors of #BD10EF
Black with #BD10EF
Text Example
Text Example
White with #BD10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD10EF; }
p { color: rgb(189,16,239); }
H1.HeaderClassName
{
color: #BD10EF;
}
.AnyTagClassName
{
color: #BD10EF;
}
</style>
background-color css
<style>
a { background-color: #BD10EF; }
a { background-color: rgb(189,16,239); }
div.DivClassName
{
background-color: #BD10EF;
}
.BgClassName
{
background-color: #BD10EF;
}
</style>
border-color css
<style>
span { border-color: #BD10EF; }
span { border-color: rgb(189,16,239); }
td.TdClassName
{
border-color: #BD10EF;
}
.TagClassName
{
border-color: #BD10EF;
}
</style>