Shades of Medium Orchid #BC68C8
Tints of Medium Orchid #BC68C8
RGB
CMYK
RGB Variations
Color information
#BC68C8 (or 0xBC68C8) is known color: Medium Orchid. HEX triplet: BC, 68 and C8. RGB value is (188,104,200). Sum of RGB (Red+Green+Blue) = 188+104+200=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC68C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C8 is #439737. Grayscale: #8B8B8B. Windows color (decimal): -4429624 or 13134012. OLE color: 13134012.
HSL color Cylindrical-coordinate representation of color #BC68C8: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC68C8 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 104 | 200 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.22 |
| HSL | 292.5º | 0.47% | 0.6% | - |
| HSV(B) | 292.5º | 0.48% | 0.78% | - |
| XYZ | 36.11 | 24.76 | 57.52 | - |
| YUV | 140.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 200 | 0.06 | 0.48 | 0 | 0.22 | 292.5 | 0.47 | 0.6 |
| Hex | BC | 68 | C8 | 6 | 30 | 0 | 16 | 124 | 2F | 3C |
| Octal | 274 | 150 | 310 | 6 | 60 | 0 | 26 | 444 | 57 | 74 |
| Binary | 10111100 | 1101000 | 11001000 | 110 | 110000 | 0 | 10110 | 100100100 | 101111 | 111100 |
Color Harmonies of #BC68C8
Complementary color
Monochromatic Colors of #BC68C8
Black with #BC68C8
Text Example
Text Example
White with #BC68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68C8; }
p { color: rgb(188,104,200); }
H1.HeaderClassName
{
color: #BC68C8;
}
.AnyTagClassName
{
color: #BC68C8;
}
</style>
background-color css
<style>
a { background-color: #BC68C8; }
a { background-color: rgb(188,104,200); }
div.DivClassName
{
background-color: #BC68C8;
}
.BgClassName
{
background-color: #BC68C8;
}
</style>
border-color css
<style>
span { border-color: #BC68C8; }
span { border-color: rgb(188,104,200); }
td.TdClassName
{
border-color: #BC68C8;
}
.TagClassName
{
border-color: #BC68C8;
}
</style>