Shades of Electric Purple #BD1CE9
Tints of Electric Purple #BD1CE9
RGB
CMYK
RGB Variations
Color information
#BD1CE9 (or 0xBD1CE9) is known color: Electric Purple. HEX triplet: BD, 1C and E9. RGB value is (189,28,233). Sum of RGB (Red+Green+Blue) = 189+28+233=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1CE9 is #42E316. Grayscale: #626262. Windows color (decimal): -4383511 or 15277245. OLE color: 15277245.
HSL color Cylindrical-coordinate representation of color #BD1CE9: hue angle of 287.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1CE9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 28 | 233 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.09 |
| HSL | 287.12º | 0.82% | 0.51% | - |
| HSV(B) | 287.12º | 0.88% | 0.91% | - |
| XYZ | 36.11 | 17.53 | 78.57 | - |
| YUV | 99.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 233 | 0.19 | 0.88 | 0 | 0.09 | 287.12 | 0.82 | 0.51 |
| Hex | BD | 1C | E9 | 13 | 58 | 0 | 9 | 11F | 52 | 33 |
| Octal | 275 | 34 | 351 | 23 | 130 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111101 | 11100 | 11101001 | 10011 | 1011000 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BD1CE9
Complementary color
Monochromatic Colors of #BD1CE9
Black with #BD1CE9
Text Example
Text Example
White with #BD1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CE9; }
p { color: rgb(189,28,233); }
H1.HeaderClassName
{
color: #BD1CE9;
}
.AnyTagClassName
{
color: #BD1CE9;
}
</style>
background-color css
<style>
a { background-color: #BD1CE9; }
a { background-color: rgb(189,28,233); }
div.DivClassName
{
background-color: #BD1CE9;
}
.BgClassName
{
background-color: #BD1CE9;
}
</style>
border-color css
<style>
span { border-color: #BD1CE9; }
span { border-color: rgb(189,28,233); }
td.TdClassName
{
border-color: #BD1CE9;
}
.TagClassName
{
border-color: #BD1CE9;
}
</style>