Shades of Medium Orchid #BC55D4
Tints of Medium Orchid #BC55D4
RGB
CMYK
RGB Variations
Color information
#BC55D4 (or 0xBC55D4) is known color: Medium Orchid. HEX triplet: BC, 55 and D4. RGB value is (188,85,212). Sum of RGB (Red+Green+Blue) = 188+85+212=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC55D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55D4 is #43AA2B. Grayscale: #818181. Windows color (decimal): -4434476 or 13915580. OLE color: 13915580.
HSL color Cylindrical-coordinate representation of color #BC55D4: hue angle of 288.66º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC55D4 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 85 | 212 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.17 |
| HSL | 288.66º | 0.6% | 0.58% | - |
| HSV(B) | 288.66º | 0.6% | 0.83% | - |
| XYZ | 35.87 | 21.94 | 64.63 | - |
| YUV | 130.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 212 | 0.11 | 0.60 | 0 | 0.17 | 288.66 | 0.6 | 0.58 |
| Hex | BC | 55 | D4 | B | 3C | 0 | 11 | 121 | 3C | 3A |
| Octal | 274 | 125 | 324 | 13 | 74 | 0 | 21 | 441 | 74 | 72 |
| Binary | 10111100 | 1010101 | 11010100 | 1011 | 111100 | 0 | 10001 | 100100001 | 111100 | 111010 |
Color Harmonies of #BC55D4
Complementary color
Monochromatic Colors of #BC55D4
Black with #BC55D4
Text Example
Text Example
White with #BC55D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55D4; }
p { color: rgb(188,85,212); }
H1.HeaderClassName
{
color: #BC55D4;
}
.AnyTagClassName
{
color: #BC55D4;
}
</style>
background-color css
<style>
a { background-color: #BC55D4; }
a { background-color: rgb(188,85,212); }
div.DivClassName
{
background-color: #BC55D4;
}
.BgClassName
{
background-color: #BC55D4;
}
</style>
border-color css
<style>
span { border-color: #BC55D4; }
span { border-color: rgb(188,85,212); }
td.TdClassName
{
border-color: #BC55D4;
}
.TagClassName
{
border-color: #BC55D4;
}
</style>