Shades of Medium Orchid #BC4ECB
Tints of Medium Orchid #BC4ECB
RGB
CMYK
RGB Variations
Color information
#BC4ECB (or 0xBC4ECB) is known color: Medium Orchid. HEX triplet: BC, 4E and CB. RGB value is (188,78,203). Sum of RGB (Red+Green+Blue) = 188+78+203=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ECB is #43B134. Grayscale: #7C7C7C. Windows color (decimal): -4436277 or 13323964. OLE color: 13323964.
HSL color Cylindrical-coordinate representation of color #BC4ECB: hue angle of 292.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4ECB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 78 | 203 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.20 |
| HSL | 292.8º | 0.55% | 0.55% | - |
| HSV(B) | 292.8º | 0.62% | 0.8% | - |
| XYZ | 34.24 | 20.45 | 58.64 | - |
| YUV | 125.14 | 171.94 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 203 | 0.07 | 0.62 | 0 | 0.20 | 292.8 | 0.55 | 0.55 |
| Hex | BC | 4E | CB | 7 | 3E | 0 | 14 | 125 | 37 | 37 |
| Octal | 274 | 116 | 313 | 7 | 76 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111100 | 1001110 | 11001011 | 111 | 111110 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BC4ECB
Complementary color
Monochromatic Colors of #BC4ECB
Black with #BC4ECB
Text Example
Text Example
White with #BC4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ECB; }
p { color: rgb(188,78,203); }
H1.HeaderClassName
{
color: #BC4ECB;
}
.AnyTagClassName
{
color: #BC4ECB;
}
</style>
background-color css
<style>
a { background-color: #BC4ECB; }
a { background-color: rgb(188,78,203); }
div.DivClassName
{
background-color: #BC4ECB;
}
.BgClassName
{
background-color: #BC4ECB;
}
</style>
border-color css
<style>
span { border-color: #BC4ECB; }
span { border-color: rgb(188,78,203); }
td.TdClassName
{
border-color: #BC4ECB;
}
.TagClassName
{
border-color: #BC4ECB;
}
</style>