Shades of Electric Purple #BD07EA
Tints of Electric Purple #BD07EA
RGB
CMYK
RGB Variations
Color information
#BD07EA (or 0xBD07EA) is known color: Electric Purple. HEX triplet: BD, 07 and EA. RGB value is (189,7,234). Sum of RGB (Red+Green+Blue) = 189+7+234=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD07EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD07EA is #42F815. Grayscale: #565656. Windows color (decimal): -4388886 or 15337405. OLE color: 15337405.
HSL color Cylindrical-coordinate representation of color #BD07EA: hue angle of 288.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07EA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 7 | 234 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.08 |
| HSL | 288.11º | 0.94% | 0.47% | - |
| HSV(B) | 288.11º | 0.97% | 0.92% | - |
| XYZ | 35.91 | 16.91 | 79.21 | - |
| YUV | 87.3 | 210.8 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 234 | 0.19 | 0.97 | 0 | 0.08 | 288.11 | 0.94 | 0.47 |
| Hex | BD | 7 | EA | 13 | 61 | 0 | 8 | 120 | 5E | 2F |
| Octal | 275 | 7 | 352 | 23 | 141 | 0 | 10 | 440 | 136 | 57 |
| Binary | 10111101 | 111 | 11101010 | 10011 | 1100001 | 0 | 1000 | 100100000 | 1011110 | 101111 |
Color Harmonies of #BD07EA
Complementary color
Monochromatic Colors of #BD07EA
Black with #BD07EA
Text Example
Text Example
White with #BD07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07EA; }
p { color: rgb(189,7,234); }
H1.HeaderClassName
{
color: #BD07EA;
}
.AnyTagClassName
{
color: #BD07EA;
}
</style>
background-color css
<style>
a { background-color: #BD07EA; }
a { background-color: rgb(189,7,234); }
div.DivClassName
{
background-color: #BD07EA;
}
.BgClassName
{
background-color: #BD07EA;
}
</style>
border-color css
<style>
span { border-color: #BD07EA; }
span { border-color: rgb(189,7,234); }
td.TdClassName
{
border-color: #BD07EA;
}
.TagClassName
{
border-color: #BD07EA;
}
</style>