Shades of Medium Orchid #BC64D1
Tints of Medium Orchid #BC64D1
RGB
CMYK
RGB Variations
Color information
#BC64D1 (or 0xBC64D1) is known color: Medium Orchid. HEX triplet: BC, 64 and D1. RGB value is (188,100,209). Sum of RGB (Red+Green+Blue) = 188+100+209=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC64D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64D1 is #439B2E. Grayscale: #8A8A8A. Windows color (decimal): -4430639 or 13722812. OLE color: 13722812.
HSL color Cylindrical-coordinate representation of color #BC64D1: hue angle of 288.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC64D1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 100 | 209 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.18 |
| HSL | 288.44º | 0.54% | 0.61% | - |
| HSV(B) | 288.44º | 0.52% | 0.82% | - |
| XYZ | 36.8 | 24.41 | 63.09 | - |
| YUV | 138.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 209 | 0.10 | 0.52 | 0 | 0.18 | 288.44 | 0.54 | 0.61 |
| Hex | BC | 64 | D1 | A | 34 | 0 | 12 | 120 | 36 | 3D |
| Octal | 274 | 144 | 321 | 12 | 64 | 0 | 22 | 440 | 66 | 75 |
| Binary | 10111100 | 1100100 | 11010001 | 1010 | 110100 | 0 | 10010 | 100100000 | 110110 | 111101 |
Color Harmonies of #BC64D1
Complementary color
Monochromatic Colors of #BC64D1
Black with #BC64D1
Text Example
Text Example
White with #BC64D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64D1; }
p { color: rgb(188,100,209); }
H1.HeaderClassName
{
color: #BC64D1;
}
.AnyTagClassName
{
color: #BC64D1;
}
</style>
background-color css
<style>
a { background-color: #BC64D1; }
a { background-color: rgb(188,100,209); }
div.DivClassName
{
background-color: #BC64D1;
}
.BgClassName
{
background-color: #BC64D1;
}
</style>
border-color css
<style>
span { border-color: #BC64D1; }
span { border-color: rgb(188,100,209); }
td.TdClassName
{
border-color: #BC64D1;
}
.TagClassName
{
border-color: #BC64D1;
}
</style>