Shades of Medium Orchid #BC4CDE
Tints of Medium Orchid #BC4CDE
RGB
CMYK
RGB Variations
Color information
#BC4CDE (or 0xBC4CDE) is known color: Medium Orchid. HEX triplet: BC, 4C and DE. RGB value is (188,76,222). Sum of RGB (Red+Green+Blue) = 188+76+222=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CDE is #43B321. Grayscale: #7D7D7D. Windows color (decimal): -4436770 or 14568636. OLE color: 14568636.
HSL color Cylindrical-coordinate representation of color #BC4CDE: hue angle of 286.03º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4CDE is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 76 | 222 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.13 |
| HSL | 286.03º | 0.69% | 0.58% | - |
| HSV(B) | 286.03º | 0.66% | 0.87% | - |
| XYZ | 36.51 | 21.13 | 71.26 | - |
| YUV | 126.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 222 | 0.15 | 0.66 | 0 | 0.13 | 286.03 | 0.69 | 0.58 |
| Hex | BC | 4C | DE | F | 42 | 0 | D | 11E | 45 | 3A |
| Octal | 274 | 114 | 336 | 17 | 102 | 0 | 15 | 436 | 105 | 72 |
| Binary | 10111100 | 1001100 | 11011110 | 1111 | 1000010 | 0 | 1101 | 100011110 | 1000101 | 111010 |
Color Harmonies of #BC4CDE
Complementary color
Monochromatic Colors of #BC4CDE
Black with #BC4CDE
Text Example
Text Example
White with #BC4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CDE; }
p { color: rgb(188,76,222); }
H1.HeaderClassName
{
color: #BC4CDE;
}
.AnyTagClassName
{
color: #BC4CDE;
}
</style>
background-color css
<style>
a { background-color: #BC4CDE; }
a { background-color: rgb(188,76,222); }
div.DivClassName
{
background-color: #BC4CDE;
}
.BgClassName
{
background-color: #BC4CDE;
}
</style>
border-color css
<style>
span { border-color: #BC4CDE; }
span { border-color: rgb(188,76,222); }
td.TdClassName
{
border-color: #BC4CDE;
}
.TagClassName
{
border-color: #BC4CDE;
}
</style>