Shades of Electric Purple #BD0AEF
Tints of Electric Purple #BD0AEF
RGB
CMYK
RGB Variations
Color information
#BD0AEF (or 0xBD0AEF) is known color: Electric Purple. HEX triplet: BD, 0A and EF. RGB value is (189,10,239). Sum of RGB (Red+Green+Blue) = 189+10+239=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD0AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0AEF is #42F510. Grayscale: #585858. Windows color (decimal): -4388113 or 15665853. OLE color: 15665853.
HSL color Cylindrical-coordinate representation of color #BD0AEF: hue angle of 286.9º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0AEF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 10 | 239 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.06 |
| HSL | 286.9º | 0.92% | 0.49% | - |
| HSV(B) | 286.9º | 0.96% | 0.94% | - |
| XYZ | 36.67 | 17.27 | 83.06 | - |
| YUV | 89.63 | 212.3 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 239 | 0.21 | 0.96 | 0 | 0.06 | 286.9 | 0.92 | 0.49 |
| Hex | BD | A | EF | 15 | 60 | 0 | 6 | 11F | 5C | 31 |
| Octal | 275 | 12 | 357 | 25 | 140 | 0 | 6 | 437 | 134 | 61 |
| Binary | 10111101 | 1010 | 11101111 | 10101 | 1100000 | 0 | 110 | 100011111 | 1011100 | 110001 |
Color Harmonies of #BD0AEF
Complementary color
Monochromatic Colors of #BD0AEF
Black with #BD0AEF
Text Example
Text Example
White with #BD0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0AEF; }
p { color: rgb(189,10,239); }
H1.HeaderClassName
{
color: #BD0AEF;
}
.AnyTagClassName
{
color: #BD0AEF;
}
</style>
background-color css
<style>
a { background-color: #BD0AEF; }
a { background-color: rgb(189,10,239); }
div.DivClassName
{
background-color: #BD0AEF;
}
.BgClassName
{
background-color: #BD0AEF;
}
</style>
border-color css
<style>
span { border-color: #BD0AEF; }
span { border-color: rgb(189,10,239); }
td.TdClassName
{
border-color: #BD0AEF;
}
.TagClassName
{
border-color: #BD0AEF;
}
</style>