Shades of Medium Orchid #BC5CD2
Tints of Medium Orchid #BC5CD2
RGB
CMYK
RGB Variations
Color information
#BC5CD2 (or 0xBC5CD2) is known color: Medium Orchid. HEX triplet: BC, 5C and D2. RGB value is (188,92,210). Sum of RGB (Red+Green+Blue) = 188+92+210=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC5CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CD2 is #43A32D. Grayscale: #858585. Windows color (decimal): -4432686 or 13786300. OLE color: 13786300.
HSL color Cylindrical-coordinate representation of color #BC5CD2: hue angle of 288.81º 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 #BC5CD2 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 92 | 210 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.18 |
| HSL | 288.81º | 0.57% | 0.59% | - |
| HSV(B) | 288.81º | 0.56% | 0.82% | - |
| XYZ | 36.2 | 23 | 63.5 | - |
| YUV | 134.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 210 | 0.10 | 0.56 | 0 | 0.18 | 288.81 | 0.57 | 0.59 |
| Hex | BC | 5C | D2 | A | 38 | 0 | 12 | 121 | 39 | 3B |
| Octal | 274 | 134 | 322 | 12 | 70 | 0 | 22 | 441 | 71 | 73 |
| Binary | 10111100 | 1011100 | 11010010 | 1010 | 111000 | 0 | 10010 | 100100001 | 111001 | 111011 |
Color Harmonies of #BC5CD2
Complementary color
Monochromatic Colors of #BC5CD2
Black with #BC5CD2
Text Example
Text Example
White with #BC5CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CD2; }
p { color: rgb(188,92,210); }
H1.HeaderClassName
{
color: #BC5CD2;
}
.AnyTagClassName
{
color: #BC5CD2;
}
</style>
background-color css
<style>
a { background-color: #BC5CD2; }
a { background-color: rgb(188,92,210); }
div.DivClassName
{
background-color: #BC5CD2;
}
.BgClassName
{
background-color: #BC5CD2;
}
</style>
border-color css
<style>
span { border-color: #BC5CD2; }
span { border-color: rgb(188,92,210); }
td.TdClassName
{
border-color: #BC5CD2;
}
.TagClassName
{
border-color: #BC5CD2;
}
</style>