Shades of Electric Purple #BD18E7
Tints of Electric Purple #BD18E7
RGB
CMYK
RGB Variations
Color information
#BD18E7 (or 0xBD18E7) is known color: Electric Purple. HEX triplet: BD, 18 and E7. RGB value is (189,24,231). Sum of RGB (Red+Green+Blue) = 189+24+231=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18E7 is #42E718. Grayscale: #606060. Windows color (decimal): -4384537 or 15145149. OLE color: 15145149.
HSL color Cylindrical-coordinate representation of color #BD18E7: hue angle of 287.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD18E7 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 24 | 231 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.09 |
| HSL | 287.83º | 0.81% | 0.5% | - |
| HSV(B) | 287.83º | 0.9% | 0.91% | - |
| XYZ | 35.74 | 17.24 | 77.05 | - |
| YUV | 96.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 231 | 0.18 | 0.90 | 0 | 0.09 | 287.83 | 0.81 | 0.5 |
| Hex | BD | 18 | E7 | 12 | 5A | 0 | 9 | 120 | 51 | 32 |
| Octal | 275 | 30 | 347 | 22 | 132 | 0 | 11 | 440 | 121 | 62 |
| Binary | 10111101 | 11000 | 11100111 | 10010 | 1011010 | 0 | 1001 | 100100000 | 1010001 | 110010 |
Color Harmonies of #BD18E7
Complementary color
Monochromatic Colors of #BD18E7
Black with #BD18E7
Text Example
Text Example
White with #BD18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18E7; }
p { color: rgb(189,24,231); }
H1.HeaderClassName
{
color: #BD18E7;
}
.AnyTagClassName
{
color: #BD18E7;
}
</style>
background-color css
<style>
a { background-color: #BD18E7; }
a { background-color: rgb(189,24,231); }
div.DivClassName
{
background-color: #BD18E7;
}
.BgClassName
{
background-color: #BD18E7;
}
</style>
border-color css
<style>
span { border-color: #BD18E7; }
span { border-color: rgb(189,24,231); }
td.TdClassName
{
border-color: #BD18E7;
}
.TagClassName
{
border-color: #BD18E7;
}
</style>