Shades of Medium Orchid #BD60D0
Tints of Medium Orchid #BD60D0
RGB
CMYK
RGB Variations
Color information
#BD60D0 (or 0xBD60D0) is known color: Medium Orchid. HEX triplet: BD, 60 and D0. RGB value is (189,96,208). Sum of RGB (Red+Green+Blue) = 189+96+208=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60D0 is #429F2F. Grayscale: #888888. Windows color (decimal): -4366128 or 13656253. OLE color: 13656253.
HSL color Cylindrical-coordinate representation of color #BD60D0: hue angle of 289.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD60D0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 96 | 208 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.18 |
| HSL | 289.82º | 0.54% | 0.6% | - |
| HSV(B) | 289.82º | 0.54% | 0.82% | - |
| XYZ | 36.55 | 23.74 | 62.33 | - |
| YUV | 136.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 208 | 0.09 | 0.54 | 0 | 0.18 | 289.82 | 0.54 | 0.6 |
| Hex | BD | 60 | D0 | 9 | 36 | 0 | 12 | 122 | 36 | 3C |
| Octal | 275 | 140 | 320 | 11 | 66 | 0 | 22 | 442 | 66 | 74 |
| Binary | 10111101 | 1100000 | 11010000 | 1001 | 110110 | 0 | 10010 | 100100010 | 110110 | 111100 |
Color Harmonies of #BD60D0
Complementary color
Monochromatic Colors of #BD60D0
Black with #BD60D0
Text Example
Text Example
White with #BD60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60D0; }
p { color: rgb(189,96,208); }
H1.HeaderClassName
{
color: #BD60D0;
}
.AnyTagClassName
{
color: #BD60D0;
}
</style>
background-color css
<style>
a { background-color: #BD60D0; }
a { background-color: rgb(189,96,208); }
div.DivClassName
{
background-color: #BD60D0;
}
.BgClassName
{
background-color: #BD60D0;
}
</style>
border-color css
<style>
span { border-color: #BD60D0; }
span { border-color: rgb(189,96,208); }
td.TdClassName
{
border-color: #BD60D0;
}
.TagClassName
{
border-color: #BD60D0;
}
</style>