Shades of Medium Orchid #BC65CD
Tints of Medium Orchid #BC65CD
RGB
CMYK
RGB Variations
Color information
#BC65CD (or 0xBC65CD) is known color: Medium Orchid. HEX triplet: BC, 65 and CD. RGB value is (188,101,205). Sum of RGB (Red+Green+Blue) = 188+101+205=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65CD is #439A32. Grayscale: #8A8A8A. Windows color (decimal): -4430387 or 13460924. OLE color: 13460924.
HSL color Cylindrical-coordinate representation of color #BC65CD: hue angle of 290.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC65CD is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 101 | 205 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.20 |
| HSL | 290.19º | 0.51% | 0.6% | - |
| HSV(B) | 290.19º | 0.51% | 0.8% | - |
| XYZ | 36.41 | 24.41 | 60.55 | - |
| YUV | 138.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 205 | 0.08 | 0.51 | 0 | 0.20 | 290.19 | 0.51 | 0.6 |
| Hex | BC | 65 | CD | 8 | 33 | 0 | 14 | 122 | 33 | 3C |
| Octal | 274 | 145 | 315 | 10 | 63 | 0 | 24 | 442 | 63 | 74 |
| Binary | 10111100 | 1100101 | 11001101 | 1000 | 110011 | 0 | 10100 | 100100010 | 110011 | 111100 |
Color Harmonies of #BC65CD
Complementary color
Monochromatic Colors of #BC65CD
Black with #BC65CD
Text Example
Text Example
White with #BC65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65CD; }
p { color: rgb(188,101,205); }
H1.HeaderClassName
{
color: #BC65CD;
}
.AnyTagClassName
{
color: #BC65CD;
}
</style>
background-color css
<style>
a { background-color: #BC65CD; }
a { background-color: rgb(188,101,205); }
div.DivClassName
{
background-color: #BC65CD;
}
.BgClassName
{
background-color: #BC65CD;
}
</style>
border-color css
<style>
span { border-color: #BC65CD; }
span { border-color: rgb(188,101,205); }
td.TdClassName
{
border-color: #BC65CD;
}
.TagClassName
{
border-color: #BC65CD;
}
</style>