Shades of Medium Orchid #BC60C9
Tints of Medium Orchid #BC60C9
RGB
CMYK
RGB Variations
Color information
#BC60C9 (or 0xBC60C9) is known color: Medium Orchid. HEX triplet: BC, 60 and C9. RGB value is (188,96,201). Sum of RGB (Red+Green+Blue) = 188+96+201=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60C9 is #439F36. Grayscale: #878787. Windows color (decimal): -4431671 or 13197500. OLE color: 13197500.
HSL color Cylindrical-coordinate representation of color #BC60C9: hue angle of 292.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC60C9 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 96 | 201 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.21 |
| HSL | 292.57º | 0.49% | 0.58% | - |
| HSV(B) | 292.57º | 0.52% | 0.79% | - |
| XYZ | 35.46 | 23.27 | 57.88 | - |
| YUV | 135.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 201 | 0.06 | 0.52 | 0 | 0.21 | 292.57 | 0.49 | 0.58 |
| Hex | BC | 60 | C9 | 6 | 34 | 0 | 15 | 125 | 31 | 3A |
| Octal | 274 | 140 | 311 | 6 | 64 | 0 | 25 | 445 | 61 | 72 |
| Binary | 10111100 | 1100000 | 11001001 | 110 | 110100 | 0 | 10101 | 100100101 | 110001 | 111010 |
Color Harmonies of #BC60C9
Complementary color
Monochromatic Colors of #BC60C9
Black with #BC60C9
Text Example
Text Example
White with #BC60C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60C9; }
p { color: rgb(188,96,201); }
H1.HeaderClassName
{
color: #BC60C9;
}
.AnyTagClassName
{
color: #BC60C9;
}
</style>
background-color css
<style>
a { background-color: #BC60C9; }
a { background-color: rgb(188,96,201); }
div.DivClassName
{
background-color: #BC60C9;
}
.BgClassName
{
background-color: #BC60C9;
}
</style>
border-color css
<style>
span { border-color: #BC60C9; }
span { border-color: rgb(188,96,201); }
td.TdClassName
{
border-color: #BC60C9;
}
.TagClassName
{
border-color: #BC60C9;
}
</style>