Shades of Medium Orchid #BC6BCE
Tints of Medium Orchid #BC6BCE
RGB
CMYK
RGB Variations
Color information
#BC6BCE (or 0xBC6BCE) is known color: Medium Orchid. HEX triplet: BC, 6B and CE. RGB value is (188,107,206). Sum of RGB (Red+Green+Blue) = 188+107+206=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC6BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCE is #439431. Grayscale: #8E8E8E. Windows color (decimal): -4428850 or 13527996. OLE color: 13527996.
HSL color Cylindrical-coordinate representation of color #BC6BCE: hue angle of 289.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6BCE is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 107 | 206 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.19 |
| HSL | 289.09º | 0.5% | 0.61% | - |
| HSV(B) | 289.09º | 0.48% | 0.81% | - |
| XYZ | 37.14 | 25.66 | 61.39 | - |
| YUV | 142.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 206 | 0.09 | 0.48 | 0 | 0.19 | 289.09 | 0.5 | 0.61 |
| Hex | BC | 6B | CE | 9 | 30 | 0 | 13 | 121 | 32 | 3D |
| Octal | 274 | 153 | 316 | 11 | 60 | 0 | 23 | 441 | 62 | 75 |
| Binary | 10111100 | 1101011 | 11001110 | 1001 | 110000 | 0 | 10011 | 100100001 | 110010 | 111101 |
Color Harmonies of #BC6BCE
Complementary color
Monochromatic Colors of #BC6BCE
Black with #BC6BCE
Text Example
Text Example
White with #BC6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BCE; }
p { color: rgb(188,107,206); }
H1.HeaderClassName
{
color: #BC6BCE;
}
.AnyTagClassName
{
color: #BC6BCE;
}
</style>
background-color css
<style>
a { background-color: #BC6BCE; }
a { background-color: rgb(188,107,206); }
div.DivClassName
{
background-color: #BC6BCE;
}
.BgClassName
{
background-color: #BC6BCE;
}
</style>
border-color css
<style>
span { border-color: #BC6BCE; }
span { border-color: rgb(188,107,206); }
td.TdClassName
{
border-color: #BC6BCE;
}
.TagClassName
{
border-color: #BC6BCE;
}
</style>