Shades of Medium Orchid #BC40CE
Tints of Medium Orchid #BC40CE
RGB
CMYK
RGB Variations
Color information
#BC40CE (or 0xBC40CE) is known color: Medium Orchid. HEX triplet: BC, 40 and CE. RGB value is (188,64,206). Sum of RGB (Red+Green+Blue) = 188+64+206=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40CE is #43BF31. Grayscale: #747474. Windows color (decimal): -4439858 or 13516988. OLE color: 13516988.
HSL color Cylindrical-coordinate representation of color #BC40CE: hue angle of 292.39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC40CE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 64 | 206 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.19 |
| HSL | 292.39º | 0.59% | 0.53% | - |
| HSV(B) | 292.39º | 0.69% | 0.81% | - |
| XYZ | 33.71 | 18.81 | 60.25 | - |
| YUV | 117.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 206 | 0.09 | 0.69 | 0 | 0.19 | 292.39 | 0.59 | 0.53 |
| Hex | BC | 40 | CE | 9 | 45 | 0 | 13 | 124 | 3B | 35 |
| Octal | 274 | 100 | 316 | 11 | 105 | 0 | 23 | 444 | 73 | 65 |
| Binary | 10111100 | 1000000 | 11001110 | 1001 | 1000101 | 0 | 10011 | 100100100 | 111011 | 110101 |
Color Harmonies of #BC40CE
Complementary color
Monochromatic Colors of #BC40CE
Black with #BC40CE
Text Example
Text Example
White with #BC40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40CE; }
p { color: rgb(188,64,206); }
H1.HeaderClassName
{
color: #BC40CE;
}
.AnyTagClassName
{
color: #BC40CE;
}
</style>
background-color css
<style>
a { background-color: #BC40CE; }
a { background-color: rgb(188,64,206); }
div.DivClassName
{
background-color: #BC40CE;
}
.BgClassName
{
background-color: #BC40CE;
}
</style>
border-color css
<style>
span { border-color: #BC40CE; }
span { border-color: rgb(188,64,206); }
td.TdClassName
{
border-color: #BC40CE;
}
.TagClassName
{
border-color: #BC40CE;
}
</style>