Shades of Medium Orchid #BD6DD5
Tints of Medium Orchid #BD6DD5
RGB
CMYK
RGB Variations
Color information
#BD6DD5 (or 0xBD6DD5) is known color: Medium Orchid. HEX triplet: BD, 6D and D5. RGB value is (189,109,213). Sum of RGB (Red+Green+Blue) = 189+109+213=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD5 is #42922A. Grayscale: #909090. Windows color (decimal): -4362795 or 13987261. OLE color: 13987261.
HSL color Cylindrical-coordinate representation of color #BD6DD5: hue angle of 286.15º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6DD5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 109 | 213 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.16 |
| HSL | 286.15º | 0.55% | 0.63% | - |
| HSV(B) | 286.15º | 0.49% | 0.84% | - |
| XYZ | 38.47 | 26.56 | 66.05 | - |
| YUV | 144.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 213 | 0.11 | 0.49 | 0 | 0.16 | 286.15 | 0.55 | 0.63 |
| Hex | BD | 6D | D5 | B | 31 | 0 | 10 | 11E | 37 | 3F |
| Octal | 275 | 155 | 325 | 13 | 61 | 0 | 20 | 436 | 67 | 77 |
| Binary | 10111101 | 1101101 | 11010101 | 1011 | 110001 | 0 | 10000 | 100011110 | 110111 | 111111 |
Color Harmonies of #BD6DD5
Complementary color
Monochromatic Colors of #BD6DD5
Black with #BD6DD5
Text Example
Text Example
White with #BD6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DD5; }
p { color: rgb(189,109,213); }
H1.HeaderClassName
{
color: #BD6DD5;
}
.AnyTagClassName
{
color: #BD6DD5;
}
</style>
background-color css
<style>
a { background-color: #BD6DD5; }
a { background-color: rgb(189,109,213); }
div.DivClassName
{
background-color: #BD6DD5;
}
.BgClassName
{
background-color: #BD6DD5;
}
</style>
border-color css
<style>
span { border-color: #BD6DD5; }
span { border-color: rgb(189,109,213); }
td.TdClassName
{
border-color: #BD6DD5;
}
.TagClassName
{
border-color: #BD6DD5;
}
</style>