Shades of Medium Orchid #BC6FD0
Tints of Medium Orchid #BC6FD0
RGB
CMYK
RGB Variations
Color information
#BC6FD0 (or 0xBC6FD0) is known color: Medium Orchid. HEX triplet: BC, 6F and D0. RGB value is (188,111,208). Sum of RGB (Red+Green+Blue) = 188+111+208=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD0 is #43902F. Grayscale: #909090. Windows color (decimal): -4427824 or 13660092. OLE color: 13660092.
HSL color Cylindrical-coordinate representation of color #BC6FD0: hue angle of 287.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6FD0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 111 | 208 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.18 |
| HSL | 287.63º | 0.51% | 0.63% | - |
| HSV(B) | 287.63º | 0.47% | 0.82% | - |
| XYZ | 37.81 | 26.61 | 62.82 | - |
| YUV | 145.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 208 | 0.10 | 0.47 | 0 | 0.18 | 287.63 | 0.51 | 0.63 |
| Hex | BC | 6F | D0 | A | 2F | 0 | 12 | 120 | 33 | 3F |
| Octal | 274 | 157 | 320 | 12 | 57 | 0 | 22 | 440 | 63 | 77 |
| Binary | 10111100 | 1101111 | 11010000 | 1010 | 101111 | 0 | 10010 | 100100000 | 110011 | 111111 |
Color Harmonies of #BC6FD0
Complementary color
Monochromatic Colors of #BC6FD0
Black with #BC6FD0
Text Example
Text Example
White with #BC6FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FD0; }
p { color: rgb(188,111,208); }
H1.HeaderClassName
{
color: #BC6FD0;
}
.AnyTagClassName
{
color: #BC6FD0;
}
</style>
background-color css
<style>
a { background-color: #BC6FD0; }
a { background-color: rgb(188,111,208); }
div.DivClassName
{
background-color: #BC6FD0;
}
.BgClassName
{
background-color: #BC6FD0;
}
</style>
border-color css
<style>
span { border-color: #BC6FD0; }
span { border-color: rgb(188,111,208); }
td.TdClassName
{
border-color: #BC6FD0;
}
.TagClassName
{
border-color: #BC6FD0;
}
</style>