Shades of Medium Orchid #BC76DB
Tints of Medium Orchid #BC76DB
RGB
CMYK
RGB Variations
Color information
#BC76DB (or 0xBC76DB) is known color: Medium Orchid. HEX triplet: BC, 76 and DB. RGB value is (188,118,219). Sum of RGB (Red+Green+Blue) = 188+118+219=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76DB is #438924. Grayscale: #969696. Windows color (decimal): -4426021 or 14382780. OLE color: 14382780.
HSL color Cylindrical-coordinate representation of color #BC76DB: hue angle of 281.58º 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 #BC76DB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 118 | 219 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.14 |
| HSL | 281.58º | 0.58% | 0.66% | - |
| HSV(B) | 281.58º | 0.46% | 0.86% | - |
| XYZ | 40 | 28.76 | 70.46 | - |
| YUV | 150.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 219 | 0.14 | 0.46 | 0 | 0.14 | 281.58 | 0.58 | 0.66 |
| Hex | BC | 76 | DB | E | 2E | 0 | E | 11A | 3A | 42 |
| Octal | 274 | 166 | 333 | 16 | 56 | 0 | 16 | 432 | 72 | 102 |
| Binary | 10111100 | 1110110 | 11011011 | 1110 | 101110 | 0 | 1110 | 100011010 | 111010 | 1000010 |
Color Harmonies of #BC76DB
Complementary color
Monochromatic Colors of #BC76DB
Black with #BC76DB
Text Example
Text Example
White with #BC76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76DB; }
p { color: rgb(188,118,219); }
H1.HeaderClassName
{
color: #BC76DB;
}
.AnyTagClassName
{
color: #BC76DB;
}
</style>
background-color css
<style>
a { background-color: #BC76DB; }
a { background-color: rgb(188,118,219); }
div.DivClassName
{
background-color: #BC76DB;
}
.BgClassName
{
background-color: #BC76DB;
}
</style>
border-color css
<style>
span { border-color: #BC76DB; }
span { border-color: rgb(188,118,219); }
td.TdClassName
{
border-color: #BC76DB;
}
.TagClassName
{
border-color: #BC76DB;
}
</style>