Shades of Medium Orchid #BC63D9
Tints of Medium Orchid #BC63D9
RGB
CMYK
RGB Variations
Color information
#BC63D9 (or 0xBC63D9) is known color: Medium Orchid. HEX triplet: BC, 63 and D9. RGB value is (188,99,217). Sum of RGB (Red+Green+Blue) = 188+99+217=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63D9 is #439C26. Grayscale: #8A8A8A. Windows color (decimal): -4430887 or 14246844. OLE color: 14246844.
HSL color Cylindrical-coordinate representation of color #BC63D9: hue angle of 285.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC63D9 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 99 | 217 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.15 |
| HSL | 285.25º | 0.61% | 0.62% | - |
| HSV(B) | 285.25º | 0.54% | 0.85% | - |
| XYZ | 37.73 | 24.62 | 68.41 | - |
| YUV | 139.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 217 | 0.13 | 0.54 | 0 | 0.15 | 285.25 | 0.61 | 0.62 |
| Hex | BC | 63 | D9 | D | 36 | 0 | F | 11D | 3D | 3E |
| Octal | 274 | 143 | 331 | 15 | 66 | 0 | 17 | 435 | 75 | 76 |
| Binary | 10111100 | 1100011 | 11011001 | 1101 | 110110 | 0 | 1111 | 100011101 | 111101 | 111110 |
Color Harmonies of #BC63D9
Complementary color
Monochromatic Colors of #BC63D9
Black with #BC63D9
Text Example
Text Example
White with #BC63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63D9; }
p { color: rgb(188,99,217); }
H1.HeaderClassName
{
color: #BC63D9;
}
.AnyTagClassName
{
color: #BC63D9;
}
</style>
background-color css
<style>
a { background-color: #BC63D9; }
a { background-color: rgb(188,99,217); }
div.DivClassName
{
background-color: #BC63D9;
}
.BgClassName
{
background-color: #BC63D9;
}
</style>
border-color css
<style>
span { border-color: #BC63D9; }
span { border-color: rgb(188,99,217); }
td.TdClassName
{
border-color: #BC63D9;
}
.TagClassName
{
border-color: #BC63D9;
}
</style>