Shades of Medium Orchid #BC6FCC
Tints of Medium Orchid #BC6FCC
RGB
CMYK
RGB Variations
Color information
#BC6FCC (or 0xBC6FCC) is known color: Medium Orchid. HEX triplet: BC, 6F and CC. RGB value is (188,111,204). Sum of RGB (Red+Green+Blue) = 188+111+204=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCC is #439033. Grayscale: #909090. Windows color (decimal): -4427828 or 13397948. OLE color: 13397948.
HSL color Cylindrical-coordinate representation of color #BC6FCC: hue angle of 289.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6FCC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 111 | 204 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.2 |
| HSL | 289.68º | 0.48% | 0.62% | - |
| HSV(B) | 289.68º | 0.46% | 0.8% | - |
| XYZ | 37.32 | 26.42 | 60.26 | - |
| YUV | 144.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 204 | 0.08 | 0.46 | 0 | 0.2 | 289.68 | 0.48 | 0.62 |
| Hex | BC | 6F | CC | 8 | 2E | 0 | 14 | 122 | 30 | 3E |
| Octal | 274 | 157 | 314 | 10 | 56 | 0 | 24 | 442 | 60 | 76 |
| Binary | 10111100 | 1101111 | 11001100 | 1000 | 101110 | 0 | 10100 | 100100010 | 110000 | 111110 |
Color Harmonies of #BC6FCC
Complementary color
Monochromatic Colors of #BC6FCC
Black with #BC6FCC
Text Example
Text Example
White with #BC6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FCC; }
p { color: rgb(188,111,204); }
H1.HeaderClassName
{
color: #BC6FCC;
}
.AnyTagClassName
{
color: #BC6FCC;
}
</style>
background-color css
<style>
a { background-color: #BC6FCC; }
a { background-color: rgb(188,111,204); }
div.DivClassName
{
background-color: #BC6FCC;
}
.BgClassName
{
background-color: #BC6FCC;
}
</style>
border-color css
<style>
span { border-color: #BC6FCC; }
span { border-color: rgb(188,111,204); }
td.TdClassName
{
border-color: #BC6FCC;
}
.TagClassName
{
border-color: #BC6FCC;
}
</style>