Shades of Electric Purple #BD0CED
Tints of Electric Purple #BD0CED
RGB
CMYK
RGB Variations
Color information
#BD0CED (or 0xBD0CED) is known color: Electric Purple. HEX triplet: BD, 0C and ED. RGB value is (189,12,237). Sum of RGB (Red+Green+Blue) = 189+12+237=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0CED is #42F312. Grayscale: #595959. Windows color (decimal): -4387603 or 15535293. OLE color: 15535293.
HSL color Cylindrical-coordinate representation of color #BD0CED: hue angle of 287.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CED is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 12 | 237 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.07 |
| HSL | 287.2º | 0.9% | 0.49% | - |
| HSV(B) | 287.2º | 0.95% | 0.93% | - |
| XYZ | 36.4 | 17.2 | 81.52 | - |
| YUV | 90.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 237 | 0.20 | 0.95 | 0 | 0.07 | 287.2 | 0.9 | 0.49 |
| Hex | BD | C | ED | 14 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 275 | 14 | 355 | 24 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111101 | 1100 | 11101101 | 10100 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BD0CED
Complementary color
Monochromatic Colors of #BD0CED
Black with #BD0CED
Text Example
Text Example
White with #BD0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CED; }
p { color: rgb(189,12,237); }
H1.HeaderClassName
{
color: #BD0CED;
}
.AnyTagClassName
{
color: #BD0CED;
}
</style>
background-color css
<style>
a { background-color: #BD0CED; }
a { background-color: rgb(189,12,237); }
div.DivClassName
{
background-color: #BD0CED;
}
.BgClassName
{
background-color: #BD0CED;
}
</style>
border-color css
<style>
span { border-color: #BD0CED; }
span { border-color: rgb(189,12,237); }
td.TdClassName
{
border-color: #BD0CED;
}
.TagClassName
{
border-color: #BD0CED;
}
</style>