Shades of Medium Orchid #BC5DD2
Tints of Medium Orchid #BC5DD2
RGB
CMYK
RGB Variations
Color information
#BC5DD2 (or 0xBC5DD2) is known color: Medium Orchid. HEX triplet: BC, 5D and D2. RGB value is (188,93,210). Sum of RGB (Red+Green+Blue) = 188+93+210=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC5DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DD2 is #43A22D. Grayscale: #868686. Windows color (decimal): -4432430 or 13786556. OLE color: 13786556.
HSL color Cylindrical-coordinate representation of color #BC5DD2: hue angle of 288.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5DD2 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 93 | 210 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.18 |
| HSL | 288.72º | 0.57% | 0.59% | - |
| HSV(B) | 288.72º | 0.56% | 0.82% | - |
| XYZ | 36.29 | 23.17 | 63.53 | - |
| YUV | 134.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 210 | 0.10 | 0.56 | 0 | 0.18 | 288.72 | 0.57 | 0.59 |
| Hex | BC | 5D | D2 | A | 38 | 0 | 12 | 121 | 39 | 3B |
| Octal | 274 | 135 | 322 | 12 | 70 | 0 | 22 | 441 | 71 | 73 |
| Binary | 10111100 | 1011101 | 11010010 | 1010 | 111000 | 0 | 10010 | 100100001 | 111001 | 111011 |
Color Harmonies of #BC5DD2
Complementary color
Monochromatic Colors of #BC5DD2
Black with #BC5DD2
Text Example
Text Example
White with #BC5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DD2; }
p { color: rgb(188,93,210); }
H1.HeaderClassName
{
color: #BC5DD2;
}
.AnyTagClassName
{
color: #BC5DD2;
}
</style>
background-color css
<style>
a { background-color: #BC5DD2; }
a { background-color: rgb(188,93,210); }
div.DivClassName
{
background-color: #BC5DD2;
}
.BgClassName
{
background-color: #BC5DD2;
}
</style>
border-color css
<style>
span { border-color: #BC5DD2; }
span { border-color: rgb(188,93,210); }
td.TdClassName
{
border-color: #BC5DD2;
}
.TagClassName
{
border-color: #BC5DD2;
}
</style>