Shades of Medium Orchid #BC55CB
Tints of Medium Orchid #BC55CB
RGB
CMYK
RGB Variations
Color information
#BC55CB (or 0xBC55CB) is known color: Medium Orchid. HEX triplet: BC, 55 and CB. RGB value is (188,85,203). Sum of RGB (Red+Green+Blue) = 188+85+203=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55CB is #43AA34. Grayscale: #808080. Windows color (decimal): -4434485 or 13325756. OLE color: 13325756.
HSL color Cylindrical-coordinate representation of color #BC55CB: hue angle of 292.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC55CB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 85 | 203 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.20 |
| HSL | 292.37º | 0.53% | 0.56% | - |
| HSV(B) | 292.37º | 0.58% | 0.8% | - |
| XYZ | 34.77 | 21.5 | 58.82 | - |
| YUV | 129.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 203 | 0.07 | 0.58 | 0 | 0.20 | 292.37 | 0.53 | 0.56 |
| Hex | BC | 55 | CB | 7 | 3A | 0 | 14 | 124 | 35 | 38 |
| Octal | 274 | 125 | 313 | 7 | 72 | 0 | 24 | 444 | 65 | 70 |
| Binary | 10111100 | 1010101 | 11001011 | 111 | 111010 | 0 | 10100 | 100100100 | 110101 | 111000 |
Color Harmonies of #BC55CB
Complementary color
Monochromatic Colors of #BC55CB
Black with #BC55CB
Text Example
Text Example
White with #BC55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55CB; }
p { color: rgb(188,85,203); }
H1.HeaderClassName
{
color: #BC55CB;
}
.AnyTagClassName
{
color: #BC55CB;
}
</style>
background-color css
<style>
a { background-color: #BC55CB; }
a { background-color: rgb(188,85,203); }
div.DivClassName
{
background-color: #BC55CB;
}
.BgClassName
{
background-color: #BC55CB;
}
</style>
border-color css
<style>
span { border-color: #BC55CB; }
span { border-color: rgb(188,85,203); }
td.TdClassName
{
border-color: #BC55CB;
}
.TagClassName
{
border-color: #BC55CB;
}
</style>