Shades of Medium Orchid #BC5DCA
Tints of Medium Orchid #BC5DCA
RGB
CMYK
RGB Variations
Color information
#BC5DCA (or 0xBC5DCA) is known color: Medium Orchid. HEX triplet: BC, 5D and CA. RGB value is (188,93,202). Sum of RGB (Red+Green+Blue) = 188+93+202=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCA is #43A235. Grayscale: #858585. Windows color (decimal): -4432438 or 13262268. OLE color: 13262268.
HSL color Cylindrical-coordinate representation of color #BC5DCA: hue angle of 292.29º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5DCA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 93 | 202 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.21 |
| HSL | 292.29º | 0.51% | 0.58% | - |
| HSV(B) | 292.29º | 0.54% | 0.79% | - |
| XYZ | 35.31 | 22.78 | 58.41 | - |
| YUV | 133.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 202 | 0.07 | 0.54 | 0 | 0.21 | 292.29 | 0.51 | 0.58 |
| Hex | BC | 5D | CA | 7 | 36 | 0 | 15 | 124 | 33 | 3A |
| Octal | 274 | 135 | 312 | 7 | 66 | 0 | 25 | 444 | 63 | 72 |
| Binary | 10111100 | 1011101 | 11001010 | 111 | 110110 | 0 | 10101 | 100100100 | 110011 | 111010 |
Color Harmonies of #BC5DCA
Complementary color
Monochromatic Colors of #BC5DCA
Black with #BC5DCA
Text Example
Text Example
White with #BC5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DCA; }
p { color: rgb(188,93,202); }
H1.HeaderClassName
{
color: #BC5DCA;
}
.AnyTagClassName
{
color: #BC5DCA;
}
</style>
background-color css
<style>
a { background-color: #BC5DCA; }
a { background-color: rgb(188,93,202); }
div.DivClassName
{
background-color: #BC5DCA;
}
.BgClassName
{
background-color: #BC5DCA;
}
</style>
border-color css
<style>
span { border-color: #BC5DCA; }
span { border-color: rgb(188,93,202); }
td.TdClassName
{
border-color: #BC5DCA;
}
.TagClassName
{
border-color: #BC5DCA;
}
</style>