Shades of Electric Purple #BD18E9
Tints of Electric Purple #BD18E9
RGB
CMYK
RGB Variations
Color information
#BD18E9 (or 0xBD18E9) is known color: Electric Purple. HEX triplet: BD, 18 and E9. RGB value is (189,24,233). Sum of RGB (Red+Green+Blue) = 189+24+233=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD18E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD18E9 is #42E716. Grayscale: #606060. Windows color (decimal): -4384535 or 15276221. OLE color: 15276221.
HSL color Cylindrical-coordinate representation of color #BD18E9: hue angle of 287.37º degrees, saturation: 0.83, 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 #BD18E9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 24 | 233 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.09 |
| HSL | 287.37º | 0.83% | 0.5% | - |
| HSV(B) | 287.37º | 0.9% | 0.91% | - |
| XYZ | 36.02 | 17.36 | 78.54 | - |
| YUV | 97.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 233 | 0.19 | 0.90 | 0 | 0.09 | 287.37 | 0.83 | 0.5 |
| Hex | BD | 18 | E9 | 13 | 5A | 0 | 9 | 11F | 53 | 32 |
| Octal | 275 | 30 | 351 | 23 | 132 | 0 | 11 | 437 | 123 | 62 |
| Binary | 10111101 | 11000 | 11101001 | 10011 | 1011010 | 0 | 1001 | 100011111 | 1010011 | 110010 |
Color Harmonies of #BD18E9
Complementary color
Monochromatic Colors of #BD18E9
Black with #BD18E9
Text Example
Text Example
White with #BD18E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18E9; }
p { color: rgb(189,24,233); }
H1.HeaderClassName
{
color: #BD18E9;
}
.AnyTagClassName
{
color: #BD18E9;
}
</style>
background-color css
<style>
a { background-color: #BD18E9; }
a { background-color: rgb(189,24,233); }
div.DivClassName
{
background-color: #BD18E9;
}
.BgClassName
{
background-color: #BD18E9;
}
</style>
border-color css
<style>
span { border-color: #BD18E9; }
span { border-color: rgb(189,24,233); }
td.TdClassName
{
border-color: #BD18E9;
}
.TagClassName
{
border-color: #BD18E9;
}
</style>