Shades of Medium Orchid #BD6CDC
Tints of Medium Orchid #BD6CDC
RGB
CMYK
RGB Variations
Color information
#BD6CDC (or 0xBD6CDC) is known color: Medium Orchid. HEX triplet: BD, 6C and DC. RGB value is (189,108,220). Sum of RGB (Red+Green+Blue) = 189+108+220=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CDC is #429323. Grayscale: #909090. Windows color (decimal): -4363044 or 14445757. OLE color: 14445757.
HSL color Cylindrical-coordinate representation of color #BD6CDC: hue angle of 283.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6CDC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 108 | 220 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.39º | 0.62% | 0.64% | - |
| HSV(B) | 283.39º | 0.51% | 0.86% | - |
| XYZ | 39.27 | 26.71 | 70.8 | - |
| YUV | 144.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 220 | 0.14 | 0.51 | 0 | 0.14 | 283.39 | 0.62 | 0.64 |
| Hex | BD | 6C | DC | E | 33 | 0 | E | 11B | 3E | 40 |
| Octal | 275 | 154 | 334 | 16 | 63 | 0 | 16 | 433 | 76 | 100 |
| Binary | 10111101 | 1101100 | 11011100 | 1110 | 110011 | 0 | 1110 | 100011011 | 111110 | 1000000 |
Color Harmonies of #BD6CDC
Complementary color
Monochromatic Colors of #BD6CDC
Black with #BD6CDC
Text Example
Text Example
White with #BD6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CDC; }
p { color: rgb(189,108,220); }
H1.HeaderClassName
{
color: #BD6CDC;
}
.AnyTagClassName
{
color: #BD6CDC;
}
</style>
background-color css
<style>
a { background-color: #BD6CDC; }
a { background-color: rgb(189,108,220); }
div.DivClassName
{
background-color: #BD6CDC;
}
.BgClassName
{
background-color: #BD6CDC;
}
</style>
border-color css
<style>
span { border-color: #BD6CDC; }
span { border-color: rgb(189,108,220); }
td.TdClassName
{
border-color: #BD6CDC;
}
.TagClassName
{
border-color: #BD6CDC;
}
</style>