Shades of Medium Orchid #BC6DD4
Tints of Medium Orchid #BC6DD4
RGB
CMYK
RGB Variations
Color information
#BC6DD4 (or 0xBC6DD4) is known color: Medium Orchid. HEX triplet: BC, 6D and D4. RGB value is (188,109,212). Sum of RGB (Red+Green+Blue) = 188+109+212=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC6DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DD4 is #43922B. Grayscale: #909090. Windows color (decimal): -4428332 or 13921724. OLE color: 13921724.
HSL color Cylindrical-coordinate representation of color #BC6DD4: hue angle of 286.02º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6DD4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 109 | 212 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.17 |
| HSL | 286.02º | 0.54% | 0.63% | - |
| HSV(B) | 286.02º | 0.49% | 0.83% | - |
| XYZ | 38.09 | 26.38 | 65.37 | - |
| YUV | 144.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 212 | 0.11 | 0.49 | 0 | 0.17 | 286.02 | 0.54 | 0.63 |
| Hex | BC | 6D | D4 | B | 31 | 0 | 11 | 11E | 36 | 3F |
| Octal | 274 | 155 | 324 | 13 | 61 | 0 | 21 | 436 | 66 | 77 |
| Binary | 10111100 | 1101101 | 11010100 | 1011 | 110001 | 0 | 10001 | 100011110 | 110110 | 111111 |
Color Harmonies of #BC6DD4
Complementary color
Monochromatic Colors of #BC6DD4
Black with #BC6DD4
Text Example
Text Example
White with #BC6DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DD4; }
p { color: rgb(188,109,212); }
H1.HeaderClassName
{
color: #BC6DD4;
}
.AnyTagClassName
{
color: #BC6DD4;
}
</style>
background-color css
<style>
a { background-color: #BC6DD4; }
a { background-color: rgb(188,109,212); }
div.DivClassName
{
background-color: #BC6DD4;
}
.BgClassName
{
background-color: #BC6DD4;
}
</style>
border-color css
<style>
span { border-color: #BC6DD4; }
span { border-color: rgb(188,109,212); }
td.TdClassName
{
border-color: #BC6DD4;
}
.TagClassName
{
border-color: #BC6DD4;
}
</style>