Shades of Medium Orchid #BC76CF
Tints of Medium Orchid #BC76CF
RGB
CMYK
RGB Variations
Color information
#BC76CF (or 0xBC76CF) is known color: Medium Orchid. HEX triplet: BC, 76 and CF. RGB value is (188,118,207). Sum of RGB (Red+Green+Blue) = 188+118+207=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CF is #438930. Grayscale: #949494. Windows color (decimal): -4426033 or 13596348. OLE color: 13596348.
HSL color Cylindrical-coordinate representation of color #BC76CF: hue angle of 287.19º degrees, saturation: 0.48, 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 #BC76CF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 118 | 207 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.19 |
| HSL | 287.19º | 0.48% | 0.64% | - |
| HSV(B) | 287.19º | 0.43% | 0.81% | - |
| XYZ | 38.48 | 28.15 | 62.44 | - |
| YUV | 149.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 207 | 0.09 | 0.43 | 0 | 0.19 | 287.19 | 0.48 | 0.64 |
| Hex | BC | 76 | CF | 9 | 2B | 0 | 13 | 11F | 30 | 40 |
| Octal | 274 | 166 | 317 | 11 | 53 | 0 | 23 | 437 | 60 | 100 |
| Binary | 10111100 | 1110110 | 11001111 | 1001 | 101011 | 0 | 10011 | 100011111 | 110000 | 1000000 |
Color Harmonies of #BC76CF
Complementary color
Monochromatic Colors of #BC76CF
Black with #BC76CF
Text Example
Text Example
White with #BC76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76CF; }
p { color: rgb(188,118,207); }
H1.HeaderClassName
{
color: #BC76CF;
}
.AnyTagClassName
{
color: #BC76CF;
}
</style>
background-color css
<style>
a { background-color: #BC76CF; }
a { background-color: rgb(188,118,207); }
div.DivClassName
{
background-color: #BC76CF;
}
.BgClassName
{
background-color: #BC76CF;
}
</style>
border-color css
<style>
span { border-color: #BC76CF; }
span { border-color: rgb(188,118,207); }
td.TdClassName
{
border-color: #BC76CF;
}
.TagClassName
{
border-color: #BC76CF;
}
</style>