Shades of Medium Orchid #BC4CD5
Tints of Medium Orchid #BC4CD5
RGB
CMYK
RGB Variations
Color information
#BC4CD5 (or 0xBC4CD5) is known color: Medium Orchid. HEX triplet: BC, 4C and D5. RGB value is (188,76,213). Sum of RGB (Red+Green+Blue) = 188+76+213=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC4CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CD5 is #43B32A. Grayscale: #7C7C7C. Windows color (decimal): -4436779 or 13978812. OLE color: 13978812.
HSL color Cylindrical-coordinate representation of color #BC4CD5: hue angle of 289.05º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4CD5 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 76 | 213 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.16 |
| HSL | 289.05º | 0.62% | 0.57% | - |
| HSV(B) | 289.05º | 0.64% | 0.84% | - |
| XYZ | 35.33 | 20.66 | 65.08 | - |
| YUV | 125.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 213 | 0.12 | 0.64 | 0 | 0.16 | 289.05 | 0.62 | 0.57 |
| Hex | BC | 4C | D5 | C | 40 | 0 | 10 | 121 | 3E | 39 |
| Octal | 274 | 114 | 325 | 14 | 100 | 0 | 20 | 441 | 76 | 71 |
| Binary | 10111100 | 1001100 | 11010101 | 1100 | 1000000 | 0 | 10000 | 100100001 | 111110 | 111001 |
Color Harmonies of #BC4CD5
Complementary color
Monochromatic Colors of #BC4CD5
Black with #BC4CD5
Text Example
Text Example
White with #BC4CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CD5; }
p { color: rgb(188,76,213); }
H1.HeaderClassName
{
color: #BC4CD5;
}
.AnyTagClassName
{
color: #BC4CD5;
}
</style>
background-color css
<style>
a { background-color: #BC4CD5; }
a { background-color: rgb(188,76,213); }
div.DivClassName
{
background-color: #BC4CD5;
}
.BgClassName
{
background-color: #BC4CD5;
}
</style>
border-color css
<style>
span { border-color: #BC4CD5; }
span { border-color: rgb(188,76,213); }
td.TdClassName
{
border-color: #BC4CD5;
}
.TagClassName
{
border-color: #BC4CD5;
}
</style>