Shades of Medium Orchid #BC69D0
Tints of Medium Orchid #BC69D0
RGB
CMYK
RGB Variations
Color information
#BC69D0 (or 0xBC69D0) is known color: Medium Orchid. HEX triplet: BC, 69 and D0. RGB value is (188,105,208). Sum of RGB (Red+Green+Blue) = 188+105+208=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D0 is #43962F. Grayscale: #8D8D8D. Windows color (decimal): -4429360 or 13658556. OLE color: 13658556.
HSL color Cylindrical-coordinate representation of color #BC69D0: hue angle of 288.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC69D0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 105 | 208 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 288.35º | 0.52% | 0.61% | - |
| HSV(B) | 288.35º | 0.5% | 0.82% | - |
| XYZ | 37.18 | 25.35 | 62.61 | - |
| YUV | 141.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 208 | 0.10 | 0.50 | 0 | 0.18 | 288.35 | 0.52 | 0.61 |
| Hex | BC | 69 | D0 | A | 32 | 0 | 12 | 120 | 34 | 3D |
| Octal | 274 | 151 | 320 | 12 | 62 | 0 | 22 | 440 | 64 | 75 |
| Binary | 10111100 | 1101001 | 11010000 | 1010 | 110010 | 0 | 10010 | 100100000 | 110100 | 111101 |
Color Harmonies of #BC69D0
Complementary color
Monochromatic Colors of #BC69D0
Black with #BC69D0
Text Example
Text Example
White with #BC69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69D0; }
p { color: rgb(188,105,208); }
H1.HeaderClassName
{
color: #BC69D0;
}
.AnyTagClassName
{
color: #BC69D0;
}
</style>
background-color css
<style>
a { background-color: #BC69D0; }
a { background-color: rgb(188,105,208); }
div.DivClassName
{
background-color: #BC69D0;
}
.BgClassName
{
background-color: #BC69D0;
}
</style>
border-color css
<style>
span { border-color: #BC69D0; }
span { border-color: rgb(188,105,208); }
td.TdClassName
{
border-color: #BC69D0;
}
.TagClassName
{
border-color: #BC69D0;
}
</style>