Shades of Medium Orchid #BC77DB
Tints of Medium Orchid #BC77DB
RGB
CMYK
RGB Variations
Color information
#BC77DB (or 0xBC77DB) is known color: Medium Orchid. HEX triplet: BC, 77 and DB. RGB value is (188,119,219). Sum of RGB (Red+Green+Blue) = 188+119+219=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77DB is #438824. Grayscale: #969696. Windows color (decimal): -4425765 or 14383036. OLE color: 14383036.
HSL color Cylindrical-coordinate representation of color #BC77DB: hue angle of 281.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC77DB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 119 | 219 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.14 |
| HSL | 281.4º | 0.58% | 0.66% | - |
| HSV(B) | 281.4º | 0.46% | 0.86% | - |
| XYZ | 40.12 | 29 | 70.5 | - |
| YUV | 151.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 219 | 0.14 | 0.46 | 0 | 0.14 | 281.4 | 0.58 | 0.66 |
| Hex | BC | 77 | DB | E | 2E | 0 | E | 119 | 3A | 42 |
| Octal | 274 | 167 | 333 | 16 | 56 | 0 | 16 | 431 | 72 | 102 |
| Binary | 10111100 | 1110111 | 11011011 | 1110 | 101110 | 0 | 1110 | 100011001 | 111010 | 1000010 |
Color Harmonies of #BC77DB
Complementary color
Monochromatic Colors of #BC77DB
Black with #BC77DB
Text Example
Text Example
White with #BC77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77DB; }
p { color: rgb(188,119,219); }
H1.HeaderClassName
{
color: #BC77DB;
}
.AnyTagClassName
{
color: #BC77DB;
}
</style>
background-color css
<style>
a { background-color: #BC77DB; }
a { background-color: rgb(188,119,219); }
div.DivClassName
{
background-color: #BC77DB;
}
.BgClassName
{
background-color: #BC77DB;
}
</style>
border-color css
<style>
span { border-color: #BC77DB; }
span { border-color: rgb(188,119,219); }
td.TdClassName
{
border-color: #BC77DB;
}
.TagClassName
{
border-color: #BC77DB;
}
</style>