Shades of Medium Orchid #BC7AD9
Tints of Medium Orchid #BC7AD9
RGB
CMYK
RGB Variations
Color information
#BC7AD9 (or 0xBC7AD9) is known color: Medium Orchid. HEX triplet: BC, 7A and D9. RGB value is (188,122,217). Sum of RGB (Red+Green+Blue) = 188+122+217=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC7AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AD9 is #438526. Grayscale: #989898. Windows color (decimal): -4424999 or 14252732. OLE color: 14252732.
HSL color Cylindrical-coordinate representation of color #BC7AD9: hue angle of 281.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7AD9 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 122 | 217 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.15 |
| HSL | 281.68º | 0.56% | 0.66% | - |
| HSV(B) | 281.68º | 0.44% | 0.85% | - |
| XYZ | 40.22 | 29.62 | 69.24 | - |
| YUV | 152.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 217 | 0.13 | 0.44 | 0 | 0.15 | 281.68 | 0.56 | 0.66 |
| Hex | BC | 7A | D9 | D | 2C | 0 | F | 11A | 38 | 42 |
| Octal | 274 | 172 | 331 | 15 | 54 | 0 | 17 | 432 | 70 | 102 |
| Binary | 10111100 | 1111010 | 11011001 | 1101 | 101100 | 0 | 1111 | 100011010 | 111000 | 1000010 |
Color Harmonies of #BC7AD9
Complementary color
Monochromatic Colors of #BC7AD9
Black with #BC7AD9
Text Example
Text Example
White with #BC7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AD9; }
p { color: rgb(188,122,217); }
H1.HeaderClassName
{
color: #BC7AD9;
}
.AnyTagClassName
{
color: #BC7AD9;
}
</style>
background-color css
<style>
a { background-color: #BC7AD9; }
a { background-color: rgb(188,122,217); }
div.DivClassName
{
background-color: #BC7AD9;
}
.BgClassName
{
background-color: #BC7AD9;
}
</style>
border-color css
<style>
span { border-color: #BC7AD9; }
span { border-color: rgb(188,122,217); }
td.TdClassName
{
border-color: #BC7AD9;
}
.TagClassName
{
border-color: #BC7AD9;
}
</style>