Shades of Medium Orchid #BC6DD3
Tints of Medium Orchid #BC6DD3
RGB
CMYK
RGB Variations
Color information
#BC6DD3 (or 0xBC6DD3) is known color: Medium Orchid. HEX triplet: BC, 6D and D3. RGB value is (188,109,211). Sum of RGB (Red+Green+Blue) = 188+109+211=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC6DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DD3 is #43922C. Grayscale: #8F8F8F. Windows color (decimal): -4428333 or 13856188. OLE color: 13856188.
HSL color Cylindrical-coordinate representation of color #BC6DD3: hue angle of 286.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6DD3 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 109 | 211 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.17 |
| HSL | 286.47º | 0.54% | 0.63% | - |
| HSV(B) | 286.47º | 0.48% | 0.83% | - |
| XYZ | 37.97 | 26.33 | 64.71 | - |
| YUV | 144.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 211 | 0.11 | 0.48 | 0 | 0.17 | 286.47 | 0.54 | 0.63 |
| Hex | BC | 6D | D3 | B | 30 | 0 | 11 | 11E | 36 | 3F |
| Octal | 274 | 155 | 323 | 13 | 60 | 0 | 21 | 436 | 66 | 77 |
| Binary | 10111100 | 1101101 | 11010011 | 1011 | 110000 | 0 | 10001 | 100011110 | 110110 | 111111 |
Color Harmonies of #BC6DD3
Complementary color
Monochromatic Colors of #BC6DD3
Black with #BC6DD3
Text Example
Text Example
White with #BC6DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DD3; }
p { color: rgb(188,109,211); }
H1.HeaderClassName
{
color: #BC6DD3;
}
.AnyTagClassName
{
color: #BC6DD3;
}
</style>
background-color css
<style>
a { background-color: #BC6DD3; }
a { background-color: rgb(188,109,211); }
div.DivClassName
{
background-color: #BC6DD3;
}
.BgClassName
{
background-color: #BC6DD3;
}
</style>
border-color css
<style>
span { border-color: #BC6DD3; }
span { border-color: rgb(188,109,211); }
td.TdClassName
{
border-color: #BC6DD3;
}
.TagClassName
{
border-color: #BC6DD3;
}
</style>