Shades of Medium Orchid #BC55D0
Tints of Medium Orchid #BC55D0
RGB
CMYK
RGB Variations
Color information
#BC55D0 (or 0xBC55D0) is known color: Medium Orchid. HEX triplet: BC, 55 and D0. RGB value is (188,85,208). Sum of RGB (Red+Green+Blue) = 188+85+208=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55D0 is #43AA2F. Grayscale: #818181. Windows color (decimal): -4434480 or 13653436. OLE color: 13653436.
HSL color Cylindrical-coordinate representation of color #BC55D0: hue angle of 290.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC55D0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 85 | 208 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.18 |
| HSL | 290.24º | 0.57% | 0.57% | - |
| HSV(B) | 290.24º | 0.59% | 0.82% | - |
| XYZ | 35.37 | 21.74 | 62.01 | - |
| YUV | 129.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 208 | 0.10 | 0.59 | 0 | 0.18 | 290.24 | 0.57 | 0.57 |
| Hex | BC | 55 | D0 | A | 3B | 0 | 12 | 122 | 39 | 39 |
| Octal | 274 | 125 | 320 | 12 | 73 | 0 | 22 | 442 | 71 | 71 |
| Binary | 10111100 | 1010101 | 11010000 | 1010 | 111011 | 0 | 10010 | 100100010 | 111001 | 111001 |
Color Harmonies of #BC55D0
Complementary color
Monochromatic Colors of #BC55D0
Black with #BC55D0
Text Example
Text Example
White with #BC55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55D0; }
p { color: rgb(188,85,208); }
H1.HeaderClassName
{
color: #BC55D0;
}
.AnyTagClassName
{
color: #BC55D0;
}
</style>
background-color css
<style>
a { background-color: #BC55D0; }
a { background-color: rgb(188,85,208); }
div.DivClassName
{
background-color: #BC55D0;
}
.BgClassName
{
background-color: #BC55D0;
}
</style>
border-color css
<style>
span { border-color: #BC55D0; }
span { border-color: rgb(188,85,208); }
td.TdClassName
{
border-color: #BC55D0;
}
.TagClassName
{
border-color: #BC55D0;
}
</style>