Shades of Medium Orchid #BD6CDD
Tints of Medium Orchid #BD6CDD
RGB
CMYK
RGB Variations
Color information
#BD6CDD (or 0xBD6CDD) is known color: Medium Orchid. HEX triplet: BD, 6C and DD. RGB value is (189,108,221). Sum of RGB (Red+Green+Blue) = 189+108+221=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CDD is #429322. Grayscale: #909090. Windows color (decimal): -4363043 or 14511293. OLE color: 14511293.
HSL color Cylindrical-coordinate representation of color #BD6CDD: hue angle of 283.01º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6CDD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 108 | 221 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.13 |
| HSL | 283.01º | 0.62% | 0.65% | - |
| HSV(B) | 283.01º | 0.51% | 0.87% | - |
| XYZ | 39.4 | 26.76 | 71.5 | - |
| YUV | 145.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 221 | 0.14 | 0.51 | 0 | 0.13 | 283.01 | 0.62 | 0.65 |
| Hex | BD | 6C | DD | E | 33 | 0 | D | 11B | 3E | 41 |
| Octal | 275 | 154 | 335 | 16 | 63 | 0 | 15 | 433 | 76 | 101 |
| Binary | 10111101 | 1101100 | 11011101 | 1110 | 110011 | 0 | 1101 | 100011011 | 111110 | 1000001 |
Color Harmonies of #BD6CDD
Complementary color
Monochromatic Colors of #BD6CDD
Black with #BD6CDD
Text Example
Text Example
White with #BD6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CDD; }
p { color: rgb(189,108,221); }
H1.HeaderClassName
{
color: #BD6CDD;
}
.AnyTagClassName
{
color: #BD6CDD;
}
</style>
background-color css
<style>
a { background-color: #BD6CDD; }
a { background-color: rgb(189,108,221); }
div.DivClassName
{
background-color: #BD6CDD;
}
.BgClassName
{
background-color: #BD6CDD;
}
</style>
border-color css
<style>
span { border-color: #BD6CDD; }
span { border-color: rgb(189,108,221); }
td.TdClassName
{
border-color: #BD6CDD;
}
.TagClassName
{
border-color: #BD6CDD;
}
</style>