Shades of Medium Orchid #BD6CDA
Tints of Medium Orchid #BD6CDA
RGB
CMYK
RGB Variations
Color information
#BD6CDA (or 0xBD6CDA) is known color: Medium Orchid. HEX triplet: BD, 6C and DA. RGB value is (189,108,218). Sum of RGB (Red+Green+Blue) = 189+108+218=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CDA is #429325. Grayscale: #909090. Windows color (decimal): -4363046 or 14314685. OLE color: 14314685.
HSL color Cylindrical-coordinate representation of color #BD6CDA: hue angle of 284.18º degrees, saturation: 0.6, 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 #BD6CDA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 108 | 218 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.15 |
| HSL | 284.18º | 0.6% | 0.64% | - |
| HSV(B) | 284.18º | 0.5% | 0.85% | - |
| XYZ | 39 | 26.61 | 69.41 | - |
| YUV | 144.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 218 | 0.13 | 0.50 | 0 | 0.15 | 284.18 | 0.6 | 0.64 |
| Hex | BD | 6C | DA | D | 32 | 0 | F | 11C | 3C | 40 |
| Octal | 275 | 154 | 332 | 15 | 62 | 0 | 17 | 434 | 74 | 100 |
| Binary | 10111101 | 1101100 | 11011010 | 1101 | 110010 | 0 | 1111 | 100011100 | 111100 | 1000000 |
Color Harmonies of #BD6CDA
Complementary color
Monochromatic Colors of #BD6CDA
Black with #BD6CDA
Text Example
Text Example
White with #BD6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CDA; }
p { color: rgb(189,108,218); }
H1.HeaderClassName
{
color: #BD6CDA;
}
.AnyTagClassName
{
color: #BD6CDA;
}
</style>
background-color css
<style>
a { background-color: #BD6CDA; }
a { background-color: rgb(189,108,218); }
div.DivClassName
{
background-color: #BD6CDA;
}
.BgClassName
{
background-color: #BD6CDA;
}
</style>
border-color css
<style>
span { border-color: #BD6CDA; }
span { border-color: rgb(189,108,218); }
td.TdClassName
{
border-color: #BD6CDA;
}
.TagClassName
{
border-color: #BD6CDA;
}
</style>