Shades of Medium Orchid #BC5ACB
Tints of Medium Orchid #BC5ACB
RGB
CMYK
RGB Variations
Color information
#BC5ACB (or 0xBC5ACB) is known color: Medium Orchid. HEX triplet: BC, 5A and CB. RGB value is (188,90,203). Sum of RGB (Red+Green+Blue) = 188+90+203=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ACB is #43A534. Grayscale: #838383. Windows color (decimal): -4433205 or 13327036. OLE color: 13327036.
HSL color Cylindrical-coordinate representation of color #BC5ACB: hue angle of 292.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5ACB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 90 | 203 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.20 |
| HSL | 292.04º | 0.52% | 0.57% | - |
| HSV(B) | 292.04º | 0.56% | 0.8% | - |
| XYZ | 35.17 | 22.32 | 58.95 | - |
| YUV | 132.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 203 | 0.07 | 0.56 | 0 | 0.20 | 292.04 | 0.52 | 0.57 |
| Hex | BC | 5A | CB | 7 | 38 | 0 | 14 | 124 | 34 | 39 |
| Octal | 274 | 132 | 313 | 7 | 70 | 0 | 24 | 444 | 64 | 71 |
| Binary | 10111100 | 1011010 | 11001011 | 111 | 111000 | 0 | 10100 | 100100100 | 110100 | 111001 |
Color Harmonies of #BC5ACB
Complementary color
Monochromatic Colors of #BC5ACB
Black with #BC5ACB
Text Example
Text Example
White with #BC5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ACB; }
p { color: rgb(188,90,203); }
H1.HeaderClassName
{
color: #BC5ACB;
}
.AnyTagClassName
{
color: #BC5ACB;
}
</style>
background-color css
<style>
a { background-color: #BC5ACB; }
a { background-color: rgb(188,90,203); }
div.DivClassName
{
background-color: #BC5ACB;
}
.BgClassName
{
background-color: #BC5ACB;
}
</style>
border-color css
<style>
span { border-color: #BC5ACB; }
span { border-color: rgb(188,90,203); }
td.TdClassName
{
border-color: #BC5ACB;
}
.TagClassName
{
border-color: #BC5ACB;
}
</style>