Shades of Electric Purple #BD2BEC
Tints of Electric Purple #BD2BEC
RGB
CMYK
RGB Variations
Color information
#BD2BEC (or 0xBD2BEC) is known color: Electric Purple. HEX triplet: BD, 2B and EC. RGB value is (189,43,236). Sum of RGB (Red+Green+Blue) = 189+43+236=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2BEC is #42D413. Grayscale: #6C6C6C. Windows color (decimal): -4379668 or 15477693. OLE color: 15477693.
HSL color Cylindrical-coordinate representation of color #BD2BEC: hue angle of 285.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2BEC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 43 | 236 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.07 |
| HSL | 285.39º | 0.84% | 0.55% | - |
| HSV(B) | 285.39º | 0.82% | 0.93% | - |
| XYZ | 36.99 | 18.6 | 81 | - |
| YUV | 108.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 236 | 0.20 | 0.82 | 0 | 0.07 | 285.39 | 0.84 | 0.55 |
| Hex | BD | 2B | EC | 14 | 52 | 0 | 7 | 11D | 54 | 37 |
| Octal | 275 | 53 | 354 | 24 | 122 | 0 | 7 | 435 | 124 | 67 |
| Binary | 10111101 | 101011 | 11101100 | 10100 | 1010010 | 0 | 111 | 100011101 | 1010100 | 110111 |
Color Harmonies of #BD2BEC
Complementary color
Monochromatic Colors of #BD2BEC
Black with #BD2BEC
Text Example
Text Example
White with #BD2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BEC; }
p { color: rgb(189,43,236); }
H1.HeaderClassName
{
color: #BD2BEC;
}
.AnyTagClassName
{
color: #BD2BEC;
}
</style>
background-color css
<style>
a { background-color: #BD2BEC; }
a { background-color: rgb(189,43,236); }
div.DivClassName
{
background-color: #BD2BEC;
}
.BgClassName
{
background-color: #BD2BEC;
}
</style>
border-color css
<style>
span { border-color: #BD2BEC; }
span { border-color: rgb(189,43,236); }
td.TdClassName
{
border-color: #BD2BEC;
}
.TagClassName
{
border-color: #BD2BEC;
}
</style>