Shades of Medium Orchid #BC55CC
Tints of Medium Orchid #BC55CC
RGB
CMYK
RGB Variations
Color information
#BC55CC (or 0xBC55CC) is known color: Medium Orchid. HEX triplet: BC, 55 and CC. RGB value is (188,85,204). Sum of RGB (Red+Green+Blue) = 188+85+204=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55CC is #43AA33. Grayscale: #808080. Windows color (decimal): -4434484 or 13391292. OLE color: 13391292.
HSL color Cylindrical-coordinate representation of color #BC55CC: hue angle of 291.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC55CC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 85 | 204 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.2 |
| HSL | 291.93º | 0.54% | 0.57% | - |
| HSV(B) | 291.93º | 0.58% | 0.8% | - |
| XYZ | 34.89 | 21.55 | 59.45 | - |
| YUV | 129.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 204 | 0.08 | 0.58 | 0 | 0.2 | 291.93 | 0.54 | 0.57 |
| Hex | BC | 55 | CC | 8 | 3A | 0 | 14 | 124 | 36 | 39 |
| Octal | 274 | 125 | 314 | 10 | 72 | 0 | 24 | 444 | 66 | 71 |
| Binary | 10111100 | 1010101 | 11001100 | 1000 | 111010 | 0 | 10100 | 100100100 | 110110 | 111001 |
Color Harmonies of #BC55CC
Complementary color
Monochromatic Colors of #BC55CC
Black with #BC55CC
Text Example
Text Example
White with #BC55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55CC; }
p { color: rgb(188,85,204); }
H1.HeaderClassName
{
color: #BC55CC;
}
.AnyTagClassName
{
color: #BC55CC;
}
</style>
background-color css
<style>
a { background-color: #BC55CC; }
a { background-color: rgb(188,85,204); }
div.DivClassName
{
background-color: #BC55CC;
}
.BgClassName
{
background-color: #BC55CC;
}
</style>
border-color css
<style>
span { border-color: #BC55CC; }
span { border-color: rgb(188,85,204); }
td.TdClassName
{
border-color: #BC55CC;
}
.TagClassName
{
border-color: #BC55CC;
}
</style>