Shades of Medium Orchid #BC63CD
Tints of Medium Orchid #BC63CD
RGB
CMYK
RGB Variations
Color information
#BC63CD (or 0xBC63CD) is known color: Medium Orchid. HEX triplet: BC, 63 and CD. RGB value is (188,99,205). Sum of RGB (Red+Green+Blue) = 188+99+205=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63CD is #439C32. Grayscale: #898989. Windows color (decimal): -4430899 or 13460412. OLE color: 13460412.
HSL color Cylindrical-coordinate representation of color #BC63CD: hue angle of 290.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC63CD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 99 | 205 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.20 |
| HSL | 290.38º | 0.51% | 0.6% | - |
| HSV(B) | 290.38º | 0.52% | 0.8% | - |
| XYZ | 36.22 | 24.02 | 60.49 | - |
| YUV | 137.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 205 | 0.08 | 0.52 | 0 | 0.20 | 290.38 | 0.51 | 0.6 |
| Hex | BC | 63 | CD | 8 | 34 | 0 | 14 | 122 | 33 | 3C |
| Octal | 274 | 143 | 315 | 10 | 64 | 0 | 24 | 442 | 63 | 74 |
| Binary | 10111100 | 1100011 | 11001101 | 1000 | 110100 | 0 | 10100 | 100100010 | 110011 | 111100 |
Color Harmonies of #BC63CD
Complementary color
Monochromatic Colors of #BC63CD
Black with #BC63CD
Text Example
Text Example
White with #BC63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63CD; }
p { color: rgb(188,99,205); }
H1.HeaderClassName
{
color: #BC63CD;
}
.AnyTagClassName
{
color: #BC63CD;
}
</style>
background-color css
<style>
a { background-color: #BC63CD; }
a { background-color: rgb(188,99,205); }
div.DivClassName
{
background-color: #BC63CD;
}
.BgClassName
{
background-color: #BC63CD;
}
</style>
border-color css
<style>
span { border-color: #BC63CD; }
span { border-color: rgb(188,99,205); }
td.TdClassName
{
border-color: #BC63CD;
}
.TagClassName
{
border-color: #BC63CD;
}
</style>