Shades of Medium Orchid #BC5AD8
Tints of Medium Orchid #BC5AD8
RGB
CMYK
RGB Variations
Color information
#BC5AD8 (or 0xBC5AD8) is known color: Medium Orchid. HEX triplet: BC, 5A and D8. RGB value is (188,90,216). Sum of RGB (Red+Green+Blue) = 188+90+216=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AD8 is #43A527. Grayscale: #858585. Windows color (decimal): -4433192 or 14179004. OLE color: 14179004.
HSL color Cylindrical-coordinate representation of color #BC5AD8: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5AD8 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 90 | 216 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.15 |
| HSL | 286.67º | 0.62% | 0.6% | - |
| HSV(B) | 286.67º | 0.58% | 0.85% | - |
| XYZ | 36.79 | 22.96 | 67.46 | - |
| YUV | 133.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 216 | 0.13 | 0.58 | 0 | 0.15 | 286.67 | 0.62 | 0.6 |
| Hex | BC | 5A | D8 | D | 3A | 0 | F | 11F | 3E | 3C |
| Octal | 274 | 132 | 330 | 15 | 72 | 0 | 17 | 437 | 76 | 74 |
| Binary | 10111100 | 1011010 | 11011000 | 1101 | 111010 | 0 | 1111 | 100011111 | 111110 | 111100 |
Color Harmonies of #BC5AD8
Complementary color
Monochromatic Colors of #BC5AD8
Black with #BC5AD8
Text Example
Text Example
White with #BC5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AD8; }
p { color: rgb(188,90,216); }
H1.HeaderClassName
{
color: #BC5AD8;
}
.AnyTagClassName
{
color: #BC5AD8;
}
</style>
background-color css
<style>
a { background-color: #BC5AD8; }
a { background-color: rgb(188,90,216); }
div.DivClassName
{
background-color: #BC5AD8;
}
.BgClassName
{
background-color: #BC5AD8;
}
</style>
border-color css
<style>
span { border-color: #BC5AD8; }
span { border-color: rgb(188,90,216); }
td.TdClassName
{
border-color: #BC5AD8;
}
.TagClassName
{
border-color: #BC5AD8;
}
</style>