Shades of Medium Orchid #BD6EDA
Tints of Medium Orchid #BD6EDA
RGB
CMYK
RGB Variations
Color information
#BD6EDA (or 0xBD6EDA) is known color: Medium Orchid. HEX triplet: BD, 6E and DA. RGB value is (189,110,218). Sum of RGB (Red+Green+Blue) = 189+110+218=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EDA is #429125. Grayscale: #919191. Windows color (decimal): -4362534 or 14315197. OLE color: 14315197.
HSL color Cylindrical-coordinate representation of color #BD6EDA: hue angle of 283.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6EDA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 110 | 218 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.15 |
| HSL | 283.89º | 0.59% | 0.64% | - |
| HSV(B) | 283.89º | 0.5% | 0.85% | - |
| XYZ | 39.22 | 27.03 | 69.48 | - |
| YUV | 145.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 218 | 0.13 | 0.50 | 0 | 0.15 | 283.89 | 0.59 | 0.64 |
| Hex | BD | 6E | DA | D | 32 | 0 | F | 11C | 3B | 40 |
| Octal | 275 | 156 | 332 | 15 | 62 | 0 | 17 | 434 | 73 | 100 |
| Binary | 10111101 | 1101110 | 11011010 | 1101 | 110010 | 0 | 1111 | 100011100 | 111011 | 1000000 |
Color Harmonies of #BD6EDA
Complementary color
Monochromatic Colors of #BD6EDA
Black with #BD6EDA
Text Example
Text Example
White with #BD6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EDA; }
p { color: rgb(189,110,218); }
H1.HeaderClassName
{
color: #BD6EDA;
}
.AnyTagClassName
{
color: #BD6EDA;
}
</style>
background-color css
<style>
a { background-color: #BD6EDA; }
a { background-color: rgb(189,110,218); }
div.DivClassName
{
background-color: #BD6EDA;
}
.BgClassName
{
background-color: #BD6EDA;
}
</style>
border-color css
<style>
span { border-color: #BD6EDA; }
span { border-color: rgb(189,110,218); }
td.TdClassName
{
border-color: #BD6EDA;
}
.TagClassName
{
border-color: #BD6EDA;
}
</style>