Shades of Medium Orchid #BC5AD2
Tints of Medium Orchid #BC5AD2
RGB
CMYK
RGB Variations
Color information
#BC5AD2 (or 0xBC5AD2) is known color: Medium Orchid. HEX triplet: BC, 5A and D2. RGB value is (188,90,210). Sum of RGB (Red+Green+Blue) = 188+90+210=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC5AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AD2 is #43A52D. Grayscale: #848484. Windows color (decimal): -4433198 or 13785788. OLE color: 13785788.
HSL color Cylindrical-coordinate representation of color #BC5AD2: hue angle of 289º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5AD2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 90 | 210 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.18 |
| HSL | 289º | 0.57% | 0.59% | - |
| HSV(B) | 289º | 0.57% | 0.82% | - |
| XYZ | 36.03 | 22.66 | 63.45 | - |
| YUV | 132.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 210 | 0.10 | 0.57 | 0 | 0.18 | 289 | 0.57 | 0.59 |
| Hex | BC | 5A | D2 | A | 39 | 0 | 12 | 121 | 39 | 3B |
| Octal | 274 | 132 | 322 | 12 | 71 | 0 | 22 | 441 | 71 | 73 |
| Binary | 10111100 | 1011010 | 11010010 | 1010 | 111001 | 0 | 10010 | 100100001 | 111001 | 111011 |
Color Harmonies of #BC5AD2
Complementary color
Monochromatic Colors of #BC5AD2
Black with #BC5AD2
Text Example
Text Example
White with #BC5AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AD2; }
p { color: rgb(188,90,210); }
H1.HeaderClassName
{
color: #BC5AD2;
}
.AnyTagClassName
{
color: #BC5AD2;
}
</style>
background-color css
<style>
a { background-color: #BC5AD2; }
a { background-color: rgb(188,90,210); }
div.DivClassName
{
background-color: #BC5AD2;
}
.BgClassName
{
background-color: #BC5AD2;
}
</style>
border-color css
<style>
span { border-color: #BC5AD2; }
span { border-color: rgb(188,90,210); }
td.TdClassName
{
border-color: #BC5AD2;
}
.TagClassName
{
border-color: #BC5AD2;
}
</style>