Shades of Medium Orchid #BD60D3
Tints of Medium Orchid #BD60D3
RGB
CMYK
RGB Variations
Color information
#BD60D3 (or 0xBD60D3) is known color: Medium Orchid. HEX triplet: BD, 60 and D3. RGB value is (189,96,211). Sum of RGB (Red+Green+Blue) = 189+96+211=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD60D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60D3 is #429F2C. Grayscale: #888888. Windows color (decimal): -4366125 or 13852861. OLE color: 13852861.
HSL color Cylindrical-coordinate representation of color #BD60D3: hue angle of 288.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD60D3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 96 | 211 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.17 |
| HSL | 288.52º | 0.57% | 0.6% | - |
| HSV(B) | 288.52º | 0.55% | 0.83% | - |
| XYZ | 36.93 | 23.89 | 64.29 | - |
| YUV | 136.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 211 | 0.10 | 0.55 | 0 | 0.17 | 288.52 | 0.57 | 0.6 |
| Hex | BD | 60 | D3 | A | 37 | 0 | 11 | 121 | 39 | 3C |
| Octal | 275 | 140 | 323 | 12 | 67 | 0 | 21 | 441 | 71 | 74 |
| Binary | 10111101 | 1100000 | 11010011 | 1010 | 110111 | 0 | 10001 | 100100001 | 111001 | 111100 |
Color Harmonies of #BD60D3
Complementary color
Monochromatic Colors of #BD60D3
Black with #BD60D3
Text Example
Text Example
White with #BD60D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60D3; }
p { color: rgb(189,96,211); }
H1.HeaderClassName
{
color: #BD60D3;
}
.AnyTagClassName
{
color: #BD60D3;
}
</style>
background-color css
<style>
a { background-color: #BD60D3; }
a { background-color: rgb(189,96,211); }
div.DivClassName
{
background-color: #BD60D3;
}
.BgClassName
{
background-color: #BD60D3;
}
</style>
border-color css
<style>
span { border-color: #BD60D3; }
span { border-color: rgb(189,96,211); }
td.TdClassName
{
border-color: #BD60D3;
}
.TagClassName
{
border-color: #BD60D3;
}
</style>