Shades of Medium Orchid #BC6ACC
Tints of Medium Orchid #BC6ACC
RGB
CMYK
RGB Variations
Color information
#BC6ACC (or 0xBC6ACC) is known color: Medium Orchid. HEX triplet: BC, 6A and CC. RGB value is (188,106,204). Sum of RGB (Red+Green+Blue) = 188+106+204=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACC is #439533. Grayscale: #8D8D8D. Windows color (decimal): -4429108 or 13396668. OLE color: 13396668.
HSL color Cylindrical-coordinate representation of color #BC6ACC: hue angle of 290.2º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ACC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 106 | 204 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.2 |
| HSL | 290.2º | 0.49% | 0.61% | - |
| HSV(B) | 290.2º | 0.48% | 0.8% | - |
| XYZ | 36.79 | 25.36 | 60.08 | - |
| YUV | 141.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 204 | 0.08 | 0.48 | 0 | 0.2 | 290.2 | 0.49 | 0.61 |
| Hex | BC | 6A | CC | 8 | 30 | 0 | 14 | 122 | 31 | 3D |
| Octal | 274 | 152 | 314 | 10 | 60 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111100 | 1101010 | 11001100 | 1000 | 110000 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BC6ACC
Complementary color
Monochromatic Colors of #BC6ACC
Black with #BC6ACC
Text Example
Text Example
White with #BC6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ACC; }
p { color: rgb(188,106,204); }
H1.HeaderClassName
{
color: #BC6ACC;
}
.AnyTagClassName
{
color: #BC6ACC;
}
</style>
background-color css
<style>
a { background-color: #BC6ACC; }
a { background-color: rgb(188,106,204); }
div.DivClassName
{
background-color: #BC6ACC;
}
.BgClassName
{
background-color: #BC6ACC;
}
</style>
border-color css
<style>
span { border-color: #BC6ACC; }
span { border-color: rgb(188,106,204); }
td.TdClassName
{
border-color: #BC6ACC;
}
.TagClassName
{
border-color: #BC6ACC;
}
</style>