Shades of Medium Orchid #BA5CDC
Tints of Medium Orchid #BA5CDC
RGB
CMYK
RGB Variations
Color information
#BA5CDC (or 0xBA5CDC) is known color: Medium Orchid. HEX triplet: BA, 5C and DC. RGB value is (186,92,220). Sum of RGB (Red+Green+Blue) = 186+92+220=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CDC is #45A323. Grayscale: #868686. Windows color (decimal): -4563748 or 14441658. OLE color: 14441658.
HSL color Cylindrical-coordinate representation of color #BA5CDC: hue angle of 284.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5CDC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 92 | 220 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.14 |
| HSL | 284.06º | 0.65% | 0.61% | - |
| HSV(B) | 284.06º | 0.58% | 0.86% | - |
| XYZ | 37 | 23.26 | 70.25 | - |
| YUV | 134.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 220 | 0.15 | 0.58 | 0 | 0.14 | 284.06 | 0.65 | 0.61 |
| Hex | BA | 5C | DC | F | 3A | 0 | E | 11C | 41 | 3D |
| Octal | 272 | 134 | 334 | 17 | 72 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111010 | 1011100 | 11011100 | 1111 | 111010 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #BA5CDC
Complementary color
Monochromatic Colors of #BA5CDC
Black with #BA5CDC
Text Example
Text Example
White with #BA5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CDC; }
p { color: rgb(186,92,220); }
H1.HeaderClassName
{
color: #BA5CDC;
}
.AnyTagClassName
{
color: #BA5CDC;
}
</style>
background-color css
<style>
a { background-color: #BA5CDC; }
a { background-color: rgb(186,92,220); }
div.DivClassName
{
background-color: #BA5CDC;
}
.BgClassName
{
background-color: #BA5CDC;
}
</style>
border-color css
<style>
span { border-color: #BA5CDC; }
span { border-color: rgb(186,92,220); }
td.TdClassName
{
border-color: #BA5CDC;
}
.TagClassName
{
border-color: #BA5CDC;
}
</style>