Shades of Medium Orchid #BC6BED
Tints of Medium Orchid #BC6BED
RGB
CMYK
RGB Variations
Color information
#BC6BED (or 0xBC6BED) is known color: Medium Orchid. HEX triplet: BC, 6B and ED. RGB value is (188,107,237). Sum of RGB (Red+Green+Blue) = 188+107+237=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BED is #439412. Grayscale: #919191. Windows color (decimal): -4428819 or 15559612. OLE color: 15559612.
HSL color Cylindrical-coordinate representation of color #BC6BED: hue angle of 277.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6BED is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 107 | 237 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 277.38º | 0.78% | 0.67% | - |
| HSV(B) | 277.38º | 0.55% | 0.93% | - |
| XYZ | 41.28 | 27.32 | 83.22 | - |
| YUV | 146.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 237 | 0.21 | 0.55 | 0 | 0.07 | 277.38 | 0.78 | 0.67 |
| Hex | BC | 6B | ED | 15 | 37 | 0 | 7 | 115 | 4E | 43 |
| Octal | 274 | 153 | 355 | 25 | 67 | 0 | 7 | 425 | 116 | 103 |
| Binary | 10111100 | 1101011 | 11101101 | 10101 | 110111 | 0 | 111 | 100010101 | 1001110 | 1000011 |
Color Harmonies of #BC6BED
Complementary color
Monochromatic Colors of #BC6BED
Black with #BC6BED
Text Example
Text Example
White with #BC6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BED; }
p { color: rgb(188,107,237); }
H1.HeaderClassName
{
color: #BC6BED;
}
.AnyTagClassName
{
color: #BC6BED;
}
</style>
background-color css
<style>
a { background-color: #BC6BED; }
a { background-color: rgb(188,107,237); }
div.DivClassName
{
background-color: #BC6BED;
}
.BgClassName
{
background-color: #BC6BED;
}
</style>
border-color css
<style>
span { border-color: #BC6BED; }
span { border-color: rgb(188,107,237); }
td.TdClassName
{
border-color: #BC6BED;
}
.TagClassName
{
border-color: #BC6BED;
}
</style>