Shades of Medium Orchid #BC6FCE
Tints of Medium Orchid #BC6FCE
RGB
CMYK
RGB Variations
Color information
#BC6FCE (or 0xBC6FCE) is known color: Medium Orchid. HEX triplet: BC, 6F and CE. RGB value is (188,111,206). Sum of RGB (Red+Green+Blue) = 188+111+206=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCE is #439031. Grayscale: #909090. Windows color (decimal): -4427826 or 13529020. OLE color: 13529020.
HSL color Cylindrical-coordinate representation of color #BC6FCE: hue angle of 288.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6FCE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 111 | 206 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.19 |
| HSL | 288.63º | 0.49% | 0.62% | - |
| HSV(B) | 288.63º | 0.46% | 0.81% | - |
| XYZ | 37.56 | 26.52 | 61.53 | - |
| YUV | 144.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 206 | 0.09 | 0.46 | 0 | 0.19 | 288.63 | 0.49 | 0.62 |
| Hex | BC | 6F | CE | 9 | 2E | 0 | 13 | 121 | 31 | 3E |
| Octal | 274 | 157 | 316 | 11 | 56 | 0 | 23 | 441 | 61 | 76 |
| Binary | 10111100 | 1101111 | 11001110 | 1001 | 101110 | 0 | 10011 | 100100001 | 110001 | 111110 |
Color Harmonies of #BC6FCE
Complementary color
Monochromatic Colors of #BC6FCE
Black with #BC6FCE
Text Example
Text Example
White with #BC6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FCE; }
p { color: rgb(188,111,206); }
H1.HeaderClassName
{
color: #BC6FCE;
}
.AnyTagClassName
{
color: #BC6FCE;
}
</style>
background-color css
<style>
a { background-color: #BC6FCE; }
a { background-color: rgb(188,111,206); }
div.DivClassName
{
background-color: #BC6FCE;
}
.BgClassName
{
background-color: #BC6FCE;
}
</style>
border-color css
<style>
span { border-color: #BC6FCE; }
span { border-color: rgb(188,111,206); }
td.TdClassName
{
border-color: #BC6FCE;
}
.TagClassName
{
border-color: #BC6FCE;
}
</style>