Shades of Medium Orchid #BA6BED
Tints of Medium Orchid #BA6BED
RGB
CMYK
RGB Variations
Color information
#BA6BED (or 0xBA6BED) is known color: Medium Orchid. HEX triplet: BA, 6B and ED. RGB value is (186,107,237). Sum of RGB (Red+Green+Blue) = 186+107+237=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BED is #459412. Grayscale: #919191. Windows color (decimal): -4559891 or 15559610. OLE color: 15559610.
HSL color Cylindrical-coordinate representation of color #BA6BED: hue angle of 276.46º 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 #BA6BED is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 107 | 237 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 276.46º | 0.78% | 0.67% | - |
| HSV(B) | 276.46º | 0.55% | 0.93% | - |
| XYZ | 40.79 | 27.07 | 83.2 | - |
| YUV | 145.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 237 | 0.22 | 0.55 | 0 | 0.07 | 276.46 | 0.78 | 0.67 |
| Hex | BA | 6B | ED | 16 | 37 | 0 | 7 | 114 | 4E | 43 |
| Octal | 272 | 153 | 355 | 26 | 67 | 0 | 7 | 424 | 116 | 103 |
| Binary | 10111010 | 1101011 | 11101101 | 10110 | 110111 | 0 | 111 | 100010100 | 1001110 | 1000011 |
Color Harmonies of #BA6BED
Complementary color
Monochromatic Colors of #BA6BED
Black with #BA6BED
Text Example
Text Example
White with #BA6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BED; }
p { color: rgb(186,107,237); }
H1.HeaderClassName
{
color: #BA6BED;
}
.AnyTagClassName
{
color: #BA6BED;
}
</style>
background-color css
<style>
a { background-color: #BA6BED; }
a { background-color: rgb(186,107,237); }
div.DivClassName
{
background-color: #BA6BED;
}
.BgClassName
{
background-color: #BA6BED;
}
</style>
border-color css
<style>
span { border-color: #BA6BED; }
span { border-color: rgb(186,107,237); }
td.TdClassName
{
border-color: #BA6BED;
}
.TagClassName
{
border-color: #BA6BED;
}
</style>