Shades of Medium Orchid #BD60CD
Tints of Medium Orchid #BD60CD
RGB
CMYK
RGB Variations
Color information
#BD60CD (or 0xBD60CD) is known color: Medium Orchid. HEX triplet: BD, 60 and CD. RGB value is (189,96,205). Sum of RGB (Red+Green+Blue) = 189+96+205=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60CD is #429F32. Grayscale: #878787. Windows color (decimal): -4366131 or 13459645. OLE color: 13459645.
HSL color Cylindrical-coordinate representation of color #BD60CD: hue angle of 291.19º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD60CD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 96 | 205 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.20 |
| HSL | 291.19º | 0.52% | 0.59% | - |
| HSV(B) | 291.19º | 0.53% | 0.8% | - |
| XYZ | 36.19 | 23.59 | 60.4 | - |
| YUV | 136.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 205 | 0.08 | 0.53 | 0 | 0.20 | 291.19 | 0.52 | 0.59 |
| Hex | BD | 60 | CD | 8 | 35 | 0 | 14 | 123 | 34 | 3B |
| Octal | 275 | 140 | 315 | 10 | 65 | 0 | 24 | 443 | 64 | 73 |
| Binary | 10111101 | 1100000 | 11001101 | 1000 | 110101 | 0 | 10100 | 100100011 | 110100 | 111011 |
Color Harmonies of #BD60CD
Complementary color
Monochromatic Colors of #BD60CD
Black with #BD60CD
Text Example
Text Example
White with #BD60CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60CD; }
p { color: rgb(189,96,205); }
H1.HeaderClassName
{
color: #BD60CD;
}
.AnyTagClassName
{
color: #BD60CD;
}
</style>
background-color css
<style>
a { background-color: #BD60CD; }
a { background-color: rgb(189,96,205); }
div.DivClassName
{
background-color: #BD60CD;
}
.BgClassName
{
background-color: #BD60CD;
}
</style>
border-color css
<style>
span { border-color: #BD60CD; }
span { border-color: rgb(189,96,205); }
td.TdClassName
{
border-color: #BD60CD;
}
.TagClassName
{
border-color: #BD60CD;
}
</style>