Shades of Medium Orchid #BC7ADB
Tints of Medium Orchid #BC7ADB
RGB
CMYK
RGB Variations
Color information
#BC7ADB (or 0xBC7ADB) is known color: Medium Orchid. HEX triplet: BC, 7A and DB. RGB value is (188,122,219). Sum of RGB (Red+Green+Blue) = 188+122+219=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADB is #438524. Grayscale: #989898. Windows color (decimal): -4424997 or 14383804. OLE color: 14383804.
HSL color Cylindrical-coordinate representation of color #BC7ADB: hue angle of 280.82º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7ADB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 122 | 219 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 280.82º | 0.57% | 0.67% | - |
| HSV(B) | 280.82º | 0.44% | 0.86% | - |
| XYZ | 40.48 | 29.72 | 70.62 | - |
| YUV | 152.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 219 | 0.14 | 0.44 | 0 | 0.14 | 280.82 | 0.57 | 0.67 |
| Hex | BC | 7A | DB | E | 2C | 0 | E | 119 | 39 | 43 |
| Octal | 274 | 172 | 333 | 16 | 54 | 0 | 16 | 431 | 71 | 103 |
| Binary | 10111100 | 1111010 | 11011011 | 1110 | 101100 | 0 | 1110 | 100011001 | 111001 | 1000011 |
Color Harmonies of #BC7ADB
Complementary color
Monochromatic Colors of #BC7ADB
Black with #BC7ADB
Text Example
Text Example
White with #BC7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ADB; }
p { color: rgb(188,122,219); }
H1.HeaderClassName
{
color: #BC7ADB;
}
.AnyTagClassName
{
color: #BC7ADB;
}
</style>
background-color css
<style>
a { background-color: #BC7ADB; }
a { background-color: rgb(188,122,219); }
div.DivClassName
{
background-color: #BC7ADB;
}
.BgClassName
{
background-color: #BC7ADB;
}
</style>
border-color css
<style>
span { border-color: #BC7ADB; }
span { border-color: rgb(188,122,219); }
td.TdClassName
{
border-color: #BC7ADB;
}
.TagClassName
{
border-color: #BC7ADB;
}
</style>