Shades of Medium Orchid #BC76DC
Tints of Medium Orchid #BC76DC
RGB
CMYK
RGB Variations
Color information
#BC76DC (or 0xBC76DC) is known color: Medium Orchid. HEX triplet: BC, 76 and DC. RGB value is (188,118,220). Sum of RGB (Red+Green+Blue) = 188+118+220=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76DC is #438923. Grayscale: #969696. Windows color (decimal): -4426020 or 14448316. OLE color: 14448316.
HSL color Cylindrical-coordinate representation of color #BC76DC: hue angle of 281.18º degrees, saturation: 0.59, 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 #BC76DC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 118 | 220 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 281.18º | 0.59% | 0.66% | - |
| HSV(B) | 281.18º | 0.46% | 0.86% | - |
| XYZ | 40.14 | 28.82 | 71.16 | - |
| YUV | 150.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 220 | 0.15 | 0.46 | 0 | 0.14 | 281.18 | 0.59 | 0.66 |
| Hex | BC | 76 | DC | F | 2E | 0 | E | 119 | 3B | 42 |
| Octal | 274 | 166 | 334 | 17 | 56 | 0 | 16 | 431 | 73 | 102 |
| Binary | 10111100 | 1110110 | 11011100 | 1111 | 101110 | 0 | 1110 | 100011001 | 111011 | 1000010 |
Color Harmonies of #BC76DC
Complementary color
Monochromatic Colors of #BC76DC
Black with #BC76DC
Text Example
Text Example
White with #BC76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76DC; }
p { color: rgb(188,118,220); }
H1.HeaderClassName
{
color: #BC76DC;
}
.AnyTagClassName
{
color: #BC76DC;
}
</style>
background-color css
<style>
a { background-color: #BC76DC; }
a { background-color: rgb(188,118,220); }
div.DivClassName
{
background-color: #BC76DC;
}
.BgClassName
{
background-color: #BC76DC;
}
</style>
border-color css
<style>
span { border-color: #BC76DC; }
span { border-color: rgb(188,118,220); }
td.TdClassName
{
border-color: #BC76DC;
}
.TagClassName
{
border-color: #BC76DC;
}
</style>