Shades of Medium Orchid #BC5CDA
Tints of Medium Orchid #BC5CDA
RGB
CMYK
RGB Variations
Color information
#BC5CDA (or 0xBC5CDA) is known color: Medium Orchid. HEX triplet: BC, 5C and DA. RGB value is (188,92,218). Sum of RGB (Red+Green+Blue) = 188+92+218=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CDA is #43A325. Grayscale: #868686. Windows color (decimal): -4432678 or 14310588. OLE color: 14310588.
HSL color Cylindrical-coordinate representation of color #BC5CDA: hue angle of 285.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5CDA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 92 | 218 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.15 |
| HSL | 285.71º | 0.63% | 0.61% | - |
| HSV(B) | 285.71º | 0.58% | 0.85% | - |
| XYZ | 37.22 | 23.41 | 68.89 | - |
| YUV | 135.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 218 | 0.14 | 0.58 | 0 | 0.15 | 285.71 | 0.63 | 0.61 |
| Hex | BC | 5C | DA | E | 3A | 0 | F | 11E | 3F | 3D |
| Octal | 274 | 134 | 332 | 16 | 72 | 0 | 17 | 436 | 77 | 75 |
| Binary | 10111100 | 1011100 | 11011010 | 1110 | 111010 | 0 | 1111 | 100011110 | 111111 | 111101 |
Color Harmonies of #BC5CDA
Complementary color
Monochromatic Colors of #BC5CDA
Black with #BC5CDA
Text Example
Text Example
White with #BC5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CDA; }
p { color: rgb(188,92,218); }
H1.HeaderClassName
{
color: #BC5CDA;
}
.AnyTagClassName
{
color: #BC5CDA;
}
</style>
background-color css
<style>
a { background-color: #BC5CDA; }
a { background-color: rgb(188,92,218); }
div.DivClassName
{
background-color: #BC5CDA;
}
.BgClassName
{
background-color: #BC5CDA;
}
</style>
border-color css
<style>
span { border-color: #BC5CDA; }
span { border-color: rgb(188,92,218); }
td.TdClassName
{
border-color: #BC5CDA;
}
.TagClassName
{
border-color: #BC5CDA;
}
</style>