Shades of Medium Orchid #BC4ECE
Tints of Medium Orchid #BC4ECE
RGB
CMYK
RGB Variations
Color information
#BC4ECE (or 0xBC4ECE) is known color: Medium Orchid. HEX triplet: BC, 4E and CE. RGB value is (188,78,206). Sum of RGB (Red+Green+Blue) = 188+78+206=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ECE is #43B131. Grayscale: #7D7D7D. Windows color (decimal): -4436274 or 13520572. OLE color: 13520572.
HSL color Cylindrical-coordinate representation of color #BC4ECE: hue angle of 291.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4ECE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 78 | 206 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.19 |
| HSL | 291.56º | 0.57% | 0.56% | - |
| HSV(B) | 291.56º | 0.62% | 0.81% | - |
| XYZ | 34.6 | 20.6 | 60.54 | - |
| YUV | 125.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 206 | 0.09 | 0.62 | 0 | 0.19 | 291.56 | 0.57 | 0.56 |
| Hex | BC | 4E | CE | 9 | 3E | 0 | 13 | 124 | 39 | 38 |
| Octal | 274 | 116 | 316 | 11 | 76 | 0 | 23 | 444 | 71 | 70 |
| Binary | 10111100 | 1001110 | 11001110 | 1001 | 111110 | 0 | 10011 | 100100100 | 111001 | 111000 |
Color Harmonies of #BC4ECE
Complementary color
Monochromatic Colors of #BC4ECE
Black with #BC4ECE
Text Example
Text Example
White with #BC4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ECE; }
p { color: rgb(188,78,206); }
H1.HeaderClassName
{
color: #BC4ECE;
}
.AnyTagClassName
{
color: #BC4ECE;
}
</style>
background-color css
<style>
a { background-color: #BC4ECE; }
a { background-color: rgb(188,78,206); }
div.DivClassName
{
background-color: #BC4ECE;
}
.BgClassName
{
background-color: #BC4ECE;
}
</style>
border-color css
<style>
span { border-color: #BC4ECE; }
span { border-color: rgb(188,78,206); }
td.TdClassName
{
border-color: #BC4ECE;
}
.TagClassName
{
border-color: #BC4ECE;
}
</style>