Shades of Medium Orchid #BC50CB
Tints of Medium Orchid #BC50CB
RGB
CMYK
RGB Variations
Color information
#BC50CB (or 0xBC50CB) is known color: Medium Orchid. HEX triplet: BC, 50 and CB. RGB value is (188,80,203). Sum of RGB (Red+Green+Blue) = 188+80+203=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50CB is #43AF34. Grayscale: #7D7D7D. Windows color (decimal): -4435765 or 13324476. OLE color: 13324476.
HSL color Cylindrical-coordinate representation of color #BC50CB: hue angle of 292.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC50CB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 80 | 203 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.20 |
| HSL | 292.68º | 0.54% | 0.55% | - |
| HSV(B) | 292.68º | 0.61% | 0.8% | - |
| XYZ | 34.39 | 20.74 | 58.69 | - |
| YUV | 126.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 203 | 0.07 | 0.61 | 0 | 0.20 | 292.68 | 0.54 | 0.55 |
| Hex | BC | 50 | CB | 7 | 3D | 0 | 14 | 125 | 36 | 37 |
| Octal | 274 | 120 | 313 | 7 | 75 | 0 | 24 | 445 | 66 | 67 |
| Binary | 10111100 | 1010000 | 11001011 | 111 | 111101 | 0 | 10100 | 100100101 | 110110 | 110111 |
Color Harmonies of #BC50CB
Complementary color
Monochromatic Colors of #BC50CB
Black with #BC50CB
Text Example
Text Example
White with #BC50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50CB; }
p { color: rgb(188,80,203); }
H1.HeaderClassName
{
color: #BC50CB;
}
.AnyTagClassName
{
color: #BC50CB;
}
</style>
background-color css
<style>
a { background-color: #BC50CB; }
a { background-color: rgb(188,80,203); }
div.DivClassName
{
background-color: #BC50CB;
}
.BgClassName
{
background-color: #BC50CB;
}
</style>
border-color css
<style>
span { border-color: #BC50CB; }
span { border-color: rgb(188,80,203); }
td.TdClassName
{
border-color: #BC50CB;
}
.TagClassName
{
border-color: #BC50CB;
}
</style>