Shades of Medium Orchid #BC5AD5
Tints of Medium Orchid #BC5AD5
RGB
CMYK
RGB Variations
Color information
#BC5AD5 (or 0xBC5AD5) is known color: Medium Orchid. HEX triplet: BC, 5A and D5. RGB value is (188,90,213). Sum of RGB (Red+Green+Blue) = 188+90+213=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AD5 is #43A52A. Grayscale: #848484. Windows color (decimal): -4433195 or 13982396. OLE color: 13982396.
HSL color Cylindrical-coordinate representation of color #BC5AD5: hue angle of 287.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5AD5 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 90 | 213 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.16 |
| HSL | 287.8º | 0.59% | 0.59% | - |
| HSV(B) | 287.8º | 0.58% | 0.84% | - |
| XYZ | 36.41 | 22.81 | 65.43 | - |
| YUV | 133.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 213 | 0.12 | 0.58 | 0 | 0.16 | 287.8 | 0.59 | 0.59 |
| Hex | BC | 5A | D5 | C | 3A | 0 | 10 | 120 | 3B | 3B |
| Octal | 274 | 132 | 325 | 14 | 72 | 0 | 20 | 440 | 73 | 73 |
| Binary | 10111100 | 1011010 | 11010101 | 1100 | 111010 | 0 | 10000 | 100100000 | 111011 | 111011 |
Color Harmonies of #BC5AD5
Complementary color
Monochromatic Colors of #BC5AD5
Black with #BC5AD5
Text Example
Text Example
White with #BC5AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AD5; }
p { color: rgb(188,90,213); }
H1.HeaderClassName
{
color: #BC5AD5;
}
.AnyTagClassName
{
color: #BC5AD5;
}
</style>
background-color css
<style>
a { background-color: #BC5AD5; }
a { background-color: rgb(188,90,213); }
div.DivClassName
{
background-color: #BC5AD5;
}
.BgClassName
{
background-color: #BC5AD5;
}
</style>
border-color css
<style>
span { border-color: #BC5AD5; }
span { border-color: rgb(188,90,213); }
td.TdClassName
{
border-color: #BC5AD5;
}
.TagClassName
{
border-color: #BC5AD5;
}
</style>