Shades of Medium Orchid #BC60CC
Tints of Medium Orchid #BC60CC
RGB
CMYK
RGB Variations
Color information
#BC60CC (or 0xBC60CC) is known color: Medium Orchid. HEX triplet: BC, 60 and CC. RGB value is (188,96,204). Sum of RGB (Red+Green+Blue) = 188+96+204=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60CC is #439F33. Grayscale: #878787. Windows color (decimal): -4431668 or 13394108. OLE color: 13394108.
HSL color Cylindrical-coordinate representation of color #BC60CC: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC60CC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 96 | 204 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.2 |
| HSL | 291.11º | 0.51% | 0.59% | - |
| HSV(B) | 291.11º | 0.53% | 0.8% | - |
| XYZ | 35.82 | 23.42 | 59.76 | - |
| YUV | 135.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 204 | 0.08 | 0.53 | 0 | 0.2 | 291.11 | 0.51 | 0.59 |
| Hex | BC | 60 | CC | 8 | 35 | 0 | 14 | 123 | 33 | 3B |
| Octal | 274 | 140 | 314 | 10 | 65 | 0 | 24 | 443 | 63 | 73 |
| Binary | 10111100 | 1100000 | 11001100 | 1000 | 110101 | 0 | 10100 | 100100011 | 110011 | 111011 |
Color Harmonies of #BC60CC
Complementary color
Monochromatic Colors of #BC60CC
Black with #BC60CC
Text Example
Text Example
White with #BC60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60CC; }
p { color: rgb(188,96,204); }
H1.HeaderClassName
{
color: #BC60CC;
}
.AnyTagClassName
{
color: #BC60CC;
}
</style>
background-color css
<style>
a { background-color: #BC60CC; }
a { background-color: rgb(188,96,204); }
div.DivClassName
{
background-color: #BC60CC;
}
.BgClassName
{
background-color: #BC60CC;
}
</style>
border-color css
<style>
span { border-color: #BC60CC; }
span { border-color: rgb(188,96,204); }
td.TdClassName
{
border-color: #BC60CC;
}
.TagClassName
{
border-color: #BC60CC;
}
</style>