Shades of Medium Orchid #BC68C9
Tints of Medium Orchid #BC68C9
RGB
CMYK
RGB Variations
Color information
#BC68C9 (or 0xBC68C9) is known color: Medium Orchid. HEX triplet: BC, 68 and C9. RGB value is (188,104,201). Sum of RGB (Red+Green+Blue) = 188+104+201=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C9 is #439736. Grayscale: #8B8B8B. Windows color (decimal): -4429623 or 13199548. OLE color: 13199548.
HSL color Cylindrical-coordinate representation of color #BC68C9: hue angle of 291.96º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC68C9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 104 | 201 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.21 |
| HSL | 291.96º | 0.47% | 0.6% | - |
| HSV(B) | 291.96º | 0.48% | 0.79% | - |
| XYZ | 36.23 | 24.81 | 58.14 | - |
| YUV | 140.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 201 | 0.06 | 0.48 | 0 | 0.21 | 291.96 | 0.47 | 0.6 |
| Hex | BC | 68 | C9 | 6 | 30 | 0 | 15 | 124 | 2F | 3C |
| Octal | 274 | 150 | 311 | 6 | 60 | 0 | 25 | 444 | 57 | 74 |
| Binary | 10111100 | 1101000 | 11001001 | 110 | 110000 | 0 | 10101 | 100100100 | 101111 | 111100 |
Color Harmonies of #BC68C9
Complementary color
Monochromatic Colors of #BC68C9
Black with #BC68C9
Text Example
Text Example
White with #BC68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68C9; }
p { color: rgb(188,104,201); }
H1.HeaderClassName
{
color: #BC68C9;
}
.AnyTagClassName
{
color: #BC68C9;
}
</style>
background-color css
<style>
a { background-color: #BC68C9; }
a { background-color: rgb(188,104,201); }
div.DivClassName
{
background-color: #BC68C9;
}
.BgClassName
{
background-color: #BC68C9;
}
</style>
border-color css
<style>
span { border-color: #BC68C9; }
span { border-color: rgb(188,104,201); }
td.TdClassName
{
border-color: #BC68C9;
}
.TagClassName
{
border-color: #BC68C9;
}
</style>