Shades of Medium Orchid #BC5ADE
Tints of Medium Orchid #BC5ADE
RGB
CMYK
RGB Variations
Color information
#BC5ADE (or 0xBC5ADE) is known color: Medium Orchid. HEX triplet: BC, 5A and DE. RGB value is (188,90,222). Sum of RGB (Red+Green+Blue) = 188+90+222=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADE is #43A521. Grayscale: #858585. Windows color (decimal): -4433186 or 14572220. OLE color: 14572220.
HSL color Cylindrical-coordinate representation of color #BC5ADE: hue angle of 284.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5ADE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 90 | 222 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.13 |
| HSL | 284.55º | 0.67% | 0.61% | - |
| HSV(B) | 284.55º | 0.59% | 0.87% | - |
| XYZ | 37.58 | 23.28 | 71.62 | - |
| YUV | 134.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 222 | 0.15 | 0.59 | 0 | 0.13 | 284.55 | 0.67 | 0.61 |
| Hex | BC | 5A | DE | F | 3B | 0 | D | 11D | 43 | 3D |
| Octal | 274 | 132 | 336 | 17 | 73 | 0 | 15 | 435 | 103 | 75 |
| Binary | 10111100 | 1011010 | 11011110 | 1111 | 111011 | 0 | 1101 | 100011101 | 1000011 | 111101 |
Color Harmonies of #BC5ADE
Complementary color
Monochromatic Colors of #BC5ADE
Black with #BC5ADE
Text Example
Text Example
White with #BC5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ADE; }
p { color: rgb(188,90,222); }
H1.HeaderClassName
{
color: #BC5ADE;
}
.AnyTagClassName
{
color: #BC5ADE;
}
</style>
background-color css
<style>
a { background-color: #BC5ADE; }
a { background-color: rgb(188,90,222); }
div.DivClassName
{
background-color: #BC5ADE;
}
.BgClassName
{
background-color: #BC5ADE;
}
</style>
border-color css
<style>
span { border-color: #BC5ADE; }
span { border-color: rgb(188,90,222); }
td.TdClassName
{
border-color: #BC5ADE;
}
.TagClassName
{
border-color: #BC5ADE;
}
</style>