Shades of Medium Orchid #BC76CE
Tints of Medium Orchid #BC76CE
RGB
CMYK
RGB Variations
Color information
#BC76CE (or 0xBC76CE) is known color: Medium Orchid. HEX triplet: BC, 76 and CE. RGB value is (188,118,206). Sum of RGB (Red+Green+Blue) = 188+118+206=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CE is #438931. Grayscale: #949494. Windows color (decimal): -4426034 or 13530812. OLE color: 13530812.
HSL color Cylindrical-coordinate representation of color #BC76CE: hue angle of 287.73º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC76CE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 118 | 206 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.19 |
| HSL | 287.73º | 0.47% | 0.64% | - |
| HSV(B) | 287.73º | 0.43% | 0.81% | - |
| XYZ | 38.36 | 28.1 | 61.8 | - |
| YUV | 148.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 206 | 0.09 | 0.43 | 0 | 0.19 | 287.73 | 0.47 | 0.64 |
| Hex | BC | 76 | CE | 9 | 2B | 0 | 13 | 120 | 2F | 40 |
| Octal | 274 | 166 | 316 | 11 | 53 | 0 | 23 | 440 | 57 | 100 |
| Binary | 10111100 | 1110110 | 11001110 | 1001 | 101011 | 0 | 10011 | 100100000 | 101111 | 1000000 |
Color Harmonies of #BC76CE
Complementary color
Monochromatic Colors of #BC76CE
Black with #BC76CE
Text Example
Text Example
White with #BC76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76CE; }
p { color: rgb(188,118,206); }
H1.HeaderClassName
{
color: #BC76CE;
}
.AnyTagClassName
{
color: #BC76CE;
}
</style>
background-color css
<style>
a { background-color: #BC76CE; }
a { background-color: rgb(188,118,206); }
div.DivClassName
{
background-color: #BC76CE;
}
.BgClassName
{
background-color: #BC76CE;
}
</style>
border-color css
<style>
span { border-color: #BC76CE; }
span { border-color: rgb(188,118,206); }
td.TdClassName
{
border-color: #BC76CE;
}
.TagClassName
{
border-color: #BC76CE;
}
</style>