Shades of Medium Orchid #BC5ADC
Tints of Medium Orchid #BC5ADC
RGB
CMYK
RGB Variations
Color information
#BC5ADC (or 0xBC5ADC) is known color: Medium Orchid. HEX triplet: BC, 5A and DC. RGB value is (188,90,220). Sum of RGB (Red+Green+Blue) = 188+90+220=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADC is #43A523. Grayscale: #858585. Windows color (decimal): -4433188 or 14441148. OLE color: 14441148.
HSL color Cylindrical-coordinate representation of color #BC5ADC: hue angle of 285.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5ADC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 90 | 220 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 285.23º | 0.65% | 0.61% | - |
| HSV(B) | 285.23º | 0.59% | 0.86% | - |
| XYZ | 37.31 | 23.17 | 70.22 | - |
| YUV | 134.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 220 | 0.15 | 0.59 | 0 | 0.14 | 285.23 | 0.65 | 0.61 |
| Hex | BC | 5A | DC | F | 3B | 0 | E | 11D | 41 | 3D |
| Octal | 274 | 132 | 334 | 17 | 73 | 0 | 16 | 435 | 101 | 75 |
| Binary | 10111100 | 1011010 | 11011100 | 1111 | 111011 | 0 | 1110 | 100011101 | 1000001 | 111101 |
Color Harmonies of #BC5ADC
Complementary color
Monochromatic Colors of #BC5ADC
Black with #BC5ADC
Text Example
Text Example
White with #BC5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ADC; }
p { color: rgb(188,90,220); }
H1.HeaderClassName
{
color: #BC5ADC;
}
.AnyTagClassName
{
color: #BC5ADC;
}
</style>
background-color css
<style>
a { background-color: #BC5ADC; }
a { background-color: rgb(188,90,220); }
div.DivClassName
{
background-color: #BC5ADC;
}
.BgClassName
{
background-color: #BC5ADC;
}
</style>
border-color css
<style>
span { border-color: #BC5ADC; }
span { border-color: rgb(188,90,220); }
td.TdClassName
{
border-color: #BC5ADC;
}
.TagClassName
{
border-color: #BC5ADC;
}
</style>