Shades of Medium Orchid #BC4FCD
Tints of Medium Orchid #BC4FCD
RGB
CMYK
RGB Variations
Color information
#BC4FCD (or 0xBC4FCD) is known color: Medium Orchid. HEX triplet: BC, 4F and CD. RGB value is (188,79,205). Sum of RGB (Red+Green+Blue) = 188+79+205=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FCD is #43B032. Grayscale: #7D7D7D. Windows color (decimal): -4436019 or 13455292. OLE color: 13455292.
HSL color Cylindrical-coordinate representation of color #BC4FCD: hue angle of 291.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4FCD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 79 | 205 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.20 |
| HSL | 291.9º | 0.56% | 0.56% | - |
| HSV(B) | 291.9º | 0.61% | 0.8% | - |
| XYZ | 34.55 | 20.69 | 59.93 | - |
| YUV | 125.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 205 | 0.08 | 0.61 | 0 | 0.20 | 291.9 | 0.56 | 0.56 |
| Hex | BC | 4F | CD | 8 | 3D | 0 | 14 | 124 | 38 | 38 |
| Octal | 274 | 117 | 315 | 10 | 75 | 0 | 24 | 444 | 70 | 70 |
| Binary | 10111100 | 1001111 | 11001101 | 1000 | 111101 | 0 | 10100 | 100100100 | 111000 | 111000 |
Color Harmonies of #BC4FCD
Complementary color
Monochromatic Colors of #BC4FCD
Black with #BC4FCD
Text Example
Text Example
White with #BC4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FCD; }
p { color: rgb(188,79,205); }
H1.HeaderClassName
{
color: #BC4FCD;
}
.AnyTagClassName
{
color: #BC4FCD;
}
</style>
background-color css
<style>
a { background-color: #BC4FCD; }
a { background-color: rgb(188,79,205); }
div.DivClassName
{
background-color: #BC4FCD;
}
.BgClassName
{
background-color: #BC4FCD;
}
</style>
border-color css
<style>
span { border-color: #BC4FCD; }
span { border-color: rgb(188,79,205); }
td.TdClassName
{
border-color: #BC4FCD;
}
.TagClassName
{
border-color: #BC4FCD;
}
</style>