Shades of Medium Orchid #BC76CC
Tints of Medium Orchid #BC76CC
RGB
CMYK
RGB Variations
Color information
#BC76CC (or 0xBC76CC) is known color: Medium Orchid. HEX triplet: BC, 76 and CC. RGB value is (188,118,204). Sum of RGB (Red+Green+Blue) = 188+118+204=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CC is #438933. Grayscale: #949494. Windows color (decimal): -4426036 or 13399740. OLE color: 13399740.
HSL color Cylindrical-coordinate representation of color #BC76CC: hue angle of 288.84º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC76CC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 118 | 204 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.2 |
| HSL | 288.84º | 0.46% | 0.63% | - |
| HSV(B) | 288.84º | 0.42% | 0.8% | - |
| XYZ | 38.12 | 28.01 | 60.52 | - |
| YUV | 148.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 204 | 0.08 | 0.42 | 0 | 0.2 | 288.84 | 0.46 | 0.63 |
| Hex | BC | 76 | CC | 8 | 2A | 0 | 14 | 121 | 2E | 3F |
| Octal | 274 | 166 | 314 | 10 | 52 | 0 | 24 | 441 | 56 | 77 |
| Binary | 10111100 | 1110110 | 11001100 | 1000 | 101010 | 0 | 10100 | 100100001 | 101110 | 111111 |
Color Harmonies of #BC76CC
Complementary color
Monochromatic Colors of #BC76CC
Black with #BC76CC
Text Example
Text Example
White with #BC76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76CC; }
p { color: rgb(188,118,204); }
H1.HeaderClassName
{
color: #BC76CC;
}
.AnyTagClassName
{
color: #BC76CC;
}
</style>
background-color css
<style>
a { background-color: #BC76CC; }
a { background-color: rgb(188,118,204); }
div.DivClassName
{
background-color: #BC76CC;
}
.BgClassName
{
background-color: #BC76CC;
}
</style>
border-color css
<style>
span { border-color: #BC76CC; }
span { border-color: rgb(188,118,204); }
td.TdClassName
{
border-color: #BC76CC;
}
.TagClassName
{
border-color: #BC76CC;
}
</style>