Shades of Electric Purple #BD0CE3
Tints of Electric Purple #BD0CE3
RGB
CMYK
RGB Variations
Color information
#BD0CE3 (or 0xBD0CE3) is known color: Electric Purple. HEX triplet: BD, 0C and E3. RGB value is (189,12,227). Sum of RGB (Red+Green+Blue) = 189+12+227=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD0CE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0CE3 is #42F31C. Grayscale: #585858. Windows color (decimal): -4387613 or 14879933. OLE color: 14879933.
HSL color Cylindrical-coordinate representation of color #BD0CE3: hue angle of 289.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CE3 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 12 | 227 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.11 |
| HSL | 289.4º | 0.9% | 0.47% | - |
| HSV(B) | 289.4º | 0.95% | 0.89% | - |
| XYZ | 34.98 | 16.63 | 74.04 | - |
| YUV | 89.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 227 | 0.17 | 0.95 | 0 | 0.11 | 289.4 | 0.9 | 0.47 |
| Hex | BD | C | E3 | 11 | 5F | 0 | B | 121 | 5A | 2F |
| Octal | 275 | 14 | 343 | 21 | 137 | 0 | 13 | 441 | 132 | 57 |
| Binary | 10111101 | 1100 | 11100011 | 10001 | 1011111 | 0 | 1011 | 100100001 | 1011010 | 101111 |
Color Harmonies of #BD0CE3
Complementary color
Monochromatic Colors of #BD0CE3
Black with #BD0CE3
Text Example
Text Example
White with #BD0CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CE3; }
p { color: rgb(189,12,227); }
H1.HeaderClassName
{
color: #BD0CE3;
}
.AnyTagClassName
{
color: #BD0CE3;
}
</style>
background-color css
<style>
a { background-color: #BD0CE3; }
a { background-color: rgb(189,12,227); }
div.DivClassName
{
background-color: #BD0CE3;
}
.BgClassName
{
background-color: #BD0CE3;
}
</style>
border-color css
<style>
span { border-color: #BD0CE3; }
span { border-color: rgb(189,12,227); }
td.TdClassName
{
border-color: #BD0CE3;
}
.TagClassName
{
border-color: #BD0CE3;
}
</style>