Shades of Medium Orchid #BD4EE2
Tints of Medium Orchid #BD4EE2
RGB
CMYK
RGB Variations
Color information
#BD4EE2 (or 0xBD4EE2) is known color: Medium Orchid. HEX triplet: BD, 4E and E2. RGB value is (189,78,226). Sum of RGB (Red+Green+Blue) = 189+78+226=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EE2 is #42B11D. Grayscale: #7F7F7F. Windows color (decimal): -4370718 or 14831293. OLE color: 14831293.
HSL color Cylindrical-coordinate representation of color #BD4EE2: hue angle of 285º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4EE2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 78 | 226 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.11 |
| HSL | 285º | 0.72% | 0.6% | - |
| HSV(B) | 285º | 0.65% | 0.89% | - |
| XYZ | 37.44 | 21.76 | 74.18 | - |
| YUV | 128.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 226 | 0.16 | 0.65 | 0 | 0.11 | 285 | 0.72 | 0.6 |
| Hex | BD | 4E | E2 | 10 | 41 | 0 | B | 11D | 48 | 3C |
| Octal | 275 | 116 | 342 | 20 | 101 | 0 | 13 | 435 | 110 | 74 |
| Binary | 10111101 | 1001110 | 11100010 | 10000 | 1000001 | 0 | 1011 | 100011101 | 1001000 | 111100 |
Color Harmonies of #BD4EE2
Complementary color
Monochromatic Colors of #BD4EE2
Black with #BD4EE2
Text Example
Text Example
White with #BD4EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EE2; }
p { color: rgb(189,78,226); }
H1.HeaderClassName
{
color: #BD4EE2;
}
.AnyTagClassName
{
color: #BD4EE2;
}
</style>
background-color css
<style>
a { background-color: #BD4EE2; }
a { background-color: rgb(189,78,226); }
div.DivClassName
{
background-color: #BD4EE2;
}
.BgClassName
{
background-color: #BD4EE2;
}
</style>
border-color css
<style>
span { border-color: #BD4EE2; }
span { border-color: rgb(189,78,226); }
td.TdClassName
{
border-color: #BD4EE2;
}
.TagClassName
{
border-color: #BD4EE2;
}
</style>