Shades of Medium Orchid #BD6DD0
Tints of Medium Orchid #BD6DD0
RGB
CMYK
RGB Variations
Color information
#BD6DD0 (or 0xBD6DD0) is known color: Medium Orchid. HEX triplet: BD, 6D and D0. RGB value is (189,109,208). Sum of RGB (Red+Green+Blue) = 189+109+208=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD0 is #42922F. Grayscale: #8F8F8F. Windows color (decimal): -4362800 or 13659581. OLE color: 13659581.
HSL color Cylindrical-coordinate representation of color #BD6DD0: hue angle of 288.48º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6DD0 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 109 | 208 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.18 |
| HSL | 288.48º | 0.51% | 0.62% | - |
| HSV(B) | 288.48º | 0.48% | 0.82% | - |
| XYZ | 37.84 | 26.31 | 62.76 | - |
| YUV | 144.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 208 | 0.09 | 0.48 | 0 | 0.18 | 288.48 | 0.51 | 0.62 |
| Hex | BD | 6D | D0 | 9 | 30 | 0 | 12 | 120 | 33 | 3E |
| Octal | 275 | 155 | 320 | 11 | 60 | 0 | 22 | 440 | 63 | 76 |
| Binary | 10111101 | 1101101 | 11010000 | 1001 | 110000 | 0 | 10010 | 100100000 | 110011 | 111110 |
Color Harmonies of #BD6DD0
Complementary color
Monochromatic Colors of #BD6DD0
Black with #BD6DD0
Text Example
Text Example
White with #BD6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DD0; }
p { color: rgb(189,109,208); }
H1.HeaderClassName
{
color: #BD6DD0;
}
.AnyTagClassName
{
color: #BD6DD0;
}
</style>
background-color css
<style>
a { background-color: #BD6DD0; }
a { background-color: rgb(189,109,208); }
div.DivClassName
{
background-color: #BD6DD0;
}
.BgClassName
{
background-color: #BD6DD0;
}
</style>
border-color css
<style>
span { border-color: #BD6DD0; }
span { border-color: rgb(189,109,208); }
td.TdClassName
{
border-color: #BD6DD0;
}
.TagClassName
{
border-color: #BD6DD0;
}
</style>