Shades of Medium Orchid #BC55DD
Tints of Medium Orchid #BC55DD
RGB
CMYK
RGB Variations
Color information
#BC55DD (or 0xBC55DD) is known color: Medium Orchid. HEX triplet: BC, 55 and DD. RGB value is (188,85,221). Sum of RGB (Red+Green+Blue) = 188+85+221=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55DD is #43AA22. Grayscale: #828282. Windows color (decimal): -4434467 or 14505404. OLE color: 14505404.
HSL color Cylindrical-coordinate representation of color #BC55DD: hue angle of 285.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC55DD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 85 | 221 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.13 |
| HSL | 285.44º | 0.67% | 0.6% | - |
| HSV(B) | 285.44º | 0.62% | 0.87% | - |
| XYZ | 37.04 | 22.41 | 70.78 | - |
| YUV | 131.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 221 | 0.15 | 0.62 | 0 | 0.13 | 285.44 | 0.67 | 0.6 |
| Hex | BC | 55 | DD | F | 3E | 0 | D | 11D | 43 | 3C |
| Octal | 274 | 125 | 335 | 17 | 76 | 0 | 15 | 435 | 103 | 74 |
| Binary | 10111100 | 1010101 | 11011101 | 1111 | 111110 | 0 | 1101 | 100011101 | 1000011 | 111100 |
Color Harmonies of #BC55DD
Complementary color
Monochromatic Colors of #BC55DD
Black with #BC55DD
Text Example
Text Example
White with #BC55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55DD; }
p { color: rgb(188,85,221); }
H1.HeaderClassName
{
color: #BC55DD;
}
.AnyTagClassName
{
color: #BC55DD;
}
</style>
background-color css
<style>
a { background-color: #BC55DD; }
a { background-color: rgb(188,85,221); }
div.DivClassName
{
background-color: #BC55DD;
}
.BgClassName
{
background-color: #BC55DD;
}
</style>
border-color css
<style>
span { border-color: #BC55DD; }
span { border-color: rgb(188,85,221); }
td.TdClassName
{
border-color: #BC55DD;
}
.TagClassName
{
border-color: #BC55DD;
}
</style>