Shades of Medium Orchid #BD4EEC
Tints of Medium Orchid #BD4EEC
RGB
CMYK
RGB Variations
Color information
#BD4EEC (or 0xBD4EEC) is known color: Medium Orchid. HEX triplet: BD, 4E and EC. RGB value is (189,78,236). Sum of RGB (Red+Green+Blue) = 189+78+236=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EEC is #42B113. Grayscale: #808080. Windows color (decimal): -4370708 or 15486653. OLE color: 15486653.
HSL color Cylindrical-coordinate representation of color #BD4EEC: hue angle of 282.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4EEC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 78 | 236 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.07 |
| HSL | 282.15º | 0.81% | 0.62% | - |
| HSV(B) | 282.15º | 0.67% | 0.93% | - |
| XYZ | 38.85 | 22.32 | 81.62 | - |
| YUV | 129.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 236 | 0.20 | 0.67 | 0 | 0.07 | 282.15 | 0.81 | 0.62 |
| Hex | BD | 4E | EC | 14 | 43 | 0 | 7 | 11A | 51 | 3E |
| Octal | 275 | 116 | 354 | 24 | 103 | 0 | 7 | 432 | 121 | 76 |
| Binary | 10111101 | 1001110 | 11101100 | 10100 | 1000011 | 0 | 111 | 100011010 | 1010001 | 111110 |
Color Harmonies of #BD4EEC
Complementary color
Monochromatic Colors of #BD4EEC
Black with #BD4EEC
Text Example
Text Example
White with #BD4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EEC; }
p { color: rgb(189,78,236); }
H1.HeaderClassName
{
color: #BD4EEC;
}
.AnyTagClassName
{
color: #BD4EEC;
}
</style>
background-color css
<style>
a { background-color: #BD4EEC; }
a { background-color: rgb(189,78,236); }
div.DivClassName
{
background-color: #BD4EEC;
}
.BgClassName
{
background-color: #BD4EEC;
}
</style>
border-color css
<style>
span { border-color: #BD4EEC; }
span { border-color: rgb(189,78,236); }
td.TdClassName
{
border-color: #BD4EEC;
}
.TagClassName
{
border-color: #BD4EEC;
}
</style>