Shades of Medium Orchid #BC6DDD
Tints of Medium Orchid #BC6DDD
RGB
CMYK
RGB Variations
Color information
#BC6DDD (or 0xBC6DDD) is known color: Medium Orchid. HEX triplet: BC, 6D and DD. RGB value is (188,109,221). Sum of RGB (Red+Green+Blue) = 188+109+221=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DDD is #439222. Grayscale: #919191. Windows color (decimal): -4428323 or 14511548. OLE color: 14511548.
HSL color Cylindrical-coordinate representation of color #BC6DDD: hue angle of 282.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6DDD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 109 | 221 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.13 |
| HSL | 282.32º | 0.62% | 0.65% | - |
| HSV(B) | 282.32º | 0.51% | 0.87% | - |
| XYZ | 39.26 | 26.85 | 71.52 | - |
| YUV | 145.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 221 | 0.15 | 0.51 | 0 | 0.13 | 282.32 | 0.62 | 0.65 |
| Hex | BC | 6D | DD | F | 33 | 0 | D | 11A | 3E | 41 |
| Octal | 274 | 155 | 335 | 17 | 63 | 0 | 15 | 432 | 76 | 101 |
| Binary | 10111100 | 1101101 | 11011101 | 1111 | 110011 | 0 | 1101 | 100011010 | 111110 | 1000001 |
Color Harmonies of #BC6DDD
Complementary color
Monochromatic Colors of #BC6DDD
Black with #BC6DDD
Text Example
Text Example
White with #BC6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DDD; }
p { color: rgb(188,109,221); }
H1.HeaderClassName
{
color: #BC6DDD;
}
.AnyTagClassName
{
color: #BC6DDD;
}
</style>
background-color css
<style>
a { background-color: #BC6DDD; }
a { background-color: rgb(188,109,221); }
div.DivClassName
{
background-color: #BC6DDD;
}
.BgClassName
{
background-color: #BC6DDD;
}
</style>
border-color css
<style>
span { border-color: #BC6DDD; }
span { border-color: rgb(188,109,221); }
td.TdClassName
{
border-color: #BC6DDD;
}
.TagClassName
{
border-color: #BC6DDD;
}
</style>