Shades of Medium Orchid #BD6ACE
Tints of Medium Orchid #BD6ACE
RGB
CMYK
RGB Variations
Color information
#BD6ACE (or 0xBD6ACE) is known color: Medium Orchid. HEX triplet: BD, 6A and CE. RGB value is (189,106,206). Sum of RGB (Red+Green+Blue) = 189+106+206=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ACE is #429531. Grayscale: #8D8D8D. Windows color (decimal): -4363570 or 13527741. OLE color: 13527741.
HSL color Cylindrical-coordinate representation of color #BD6ACE: hue angle of 289.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6ACE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 106 | 206 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.19 |
| HSL | 289.8º | 0.51% | 0.61% | - |
| HSV(B) | 289.8º | 0.49% | 0.81% | - |
| XYZ | 37.28 | 25.58 | 61.37 | - |
| YUV | 142.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 206 | 0.08 | 0.49 | 0 | 0.19 | 289.8 | 0.51 | 0.61 |
| Hex | BD | 6A | CE | 8 | 31 | 0 | 13 | 122 | 33 | 3D |
| Octal | 275 | 152 | 316 | 10 | 61 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111101 | 1101010 | 11001110 | 1000 | 110001 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BD6ACE
Complementary color
Monochromatic Colors of #BD6ACE
Black with #BD6ACE
Text Example
Text Example
White with #BD6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ACE; }
p { color: rgb(189,106,206); }
H1.HeaderClassName
{
color: #BD6ACE;
}
.AnyTagClassName
{
color: #BD6ACE;
}
</style>
background-color css
<style>
a { background-color: #BD6ACE; }
a { background-color: rgb(189,106,206); }
div.DivClassName
{
background-color: #BD6ACE;
}
.BgClassName
{
background-color: #BD6ACE;
}
</style>
border-color css
<style>
span { border-color: #BD6ACE; }
span { border-color: rgb(189,106,206); }
td.TdClassName
{
border-color: #BD6ACE;
}
.TagClassName
{
border-color: #BD6ACE;
}
</style>