Shades of Medium Orchid #BC6AED
Tints of Medium Orchid #BC6AED
RGB
CMYK
RGB Variations
Color information
#BC6AED (or 0xBC6AED) is known color: Medium Orchid. HEX triplet: BC, 6A and ED. RGB value is (188,106,237). Sum of RGB (Red+Green+Blue) = 188+106+237=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AED is #439512. Grayscale: #919191. Windows color (decimal): -4429075 or 15559356. OLE color: 15559356.
HSL color Cylindrical-coordinate representation of color #BC6AED: hue angle of 277.56º 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 #BC6AED is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 106 | 237 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 277.56º | 0.78% | 0.67% | - |
| HSV(B) | 277.56º | 0.55% | 0.93% | - |
| XYZ | 41.18 | 27.11 | 83.18 | - |
| YUV | 145.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 237 | 0.21 | 0.55 | 0 | 0.07 | 277.56 | 0.78 | 0.67 |
| Hex | BC | 6A | ED | 15 | 37 | 0 | 7 | 116 | 4E | 43 |
| Octal | 274 | 152 | 355 | 25 | 67 | 0 | 7 | 426 | 116 | 103 |
| Binary | 10111100 | 1101010 | 11101101 | 10101 | 110111 | 0 | 111 | 100010110 | 1001110 | 1000011 |
Color Harmonies of #BC6AED
Complementary color
Monochromatic Colors of #BC6AED
Black with #BC6AED
Text Example
Text Example
White with #BC6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AED; }
p { color: rgb(188,106,237); }
H1.HeaderClassName
{
color: #BC6AED;
}
.AnyTagClassName
{
color: #BC6AED;
}
</style>
background-color css
<style>
a { background-color: #BC6AED; }
a { background-color: rgb(188,106,237); }
div.DivClassName
{
background-color: #BC6AED;
}
.BgClassName
{
background-color: #BC6AED;
}
</style>
border-color css
<style>
span { border-color: #BC6AED; }
span { border-color: rgb(188,106,237); }
td.TdClassName
{
border-color: #BC6AED;
}
.TagClassName
{
border-color: #BC6AED;
}
</style>