Shades of Medium Orchid #BC43D0
Tints of Medium Orchid #BC43D0
RGB
CMYK
RGB Variations
Color information
#BC43D0 (or 0xBC43D0) is known color: Medium Orchid. HEX triplet: BC, 43 and D0. RGB value is (188,67,208). Sum of RGB (Red+Green+Blue) = 188+67+208=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43D0 is #43BC2F. Grayscale: #767676. Windows color (decimal): -4439088 or 13648828. OLE color: 13648828.
HSL color Cylindrical-coordinate representation of color #BC43D0: hue angle of 291.49º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC43D0 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 67 | 208 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.18 |
| HSL | 291.49º | 0.6% | 0.54% | - |
| HSV(B) | 291.49º | 0.68% | 0.82% | - |
| XYZ | 34.13 | 19.26 | 61.59 | - |
| YUV | 119.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 208 | 0.10 | 0.68 | 0 | 0.18 | 291.49 | 0.6 | 0.54 |
| Hex | BC | 43 | D0 | A | 44 | 0 | 12 | 123 | 3C | 36 |
| Octal | 274 | 103 | 320 | 12 | 104 | 0 | 22 | 443 | 74 | 66 |
| Binary | 10111100 | 1000011 | 11010000 | 1010 | 1000100 | 0 | 10010 | 100100011 | 111100 | 110110 |
Color Harmonies of #BC43D0
Complementary color
Monochromatic Colors of #BC43D0
Black with #BC43D0
Text Example
Text Example
White with #BC43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43D0; }
p { color: rgb(188,67,208); }
H1.HeaderClassName
{
color: #BC43D0;
}
.AnyTagClassName
{
color: #BC43D0;
}
</style>
background-color css
<style>
a { background-color: #BC43D0; }
a { background-color: rgb(188,67,208); }
div.DivClassName
{
background-color: #BC43D0;
}
.BgClassName
{
background-color: #BC43D0;
}
</style>
border-color css
<style>
span { border-color: #BC43D0; }
span { border-color: rgb(188,67,208); }
td.TdClassName
{
border-color: #BC43D0;
}
.TagClassName
{
border-color: #BC43D0;
}
</style>