Shades of Medium Orchid #BA5ADC
Tints of Medium Orchid #BA5ADC
RGB
CMYK
RGB Variations
Color information
#BA5ADC (or 0xBA5ADC) is known color: Medium Orchid. HEX triplet: BA, 5A and DC. RGB value is (186,90,220). Sum of RGB (Red+Green+Blue) = 186+90+220=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ADC is #45A523. Grayscale: #858585. Windows color (decimal): -4564260 or 14441146. OLE color: 14441146.
HSL color Cylindrical-coordinate representation of color #BA5ADC: hue angle of 284.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5ADC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 90 | 220 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 284.31º | 0.65% | 0.61% | - |
| HSV(B) | 284.31º | 0.59% | 0.86% | - |
| XYZ | 36.82 | 22.92 | 70.19 | - |
| YUV | 133.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 220 | 0.15 | 0.59 | 0 | 0.14 | 284.31 | 0.65 | 0.61 |
| Hex | BA | 5A | DC | F | 3B | 0 | E | 11C | 41 | 3D |
| Octal | 272 | 132 | 334 | 17 | 73 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111010 | 1011010 | 11011100 | 1111 | 111011 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #BA5ADC
Complementary color
Monochromatic Colors of #BA5ADC
Black with #BA5ADC
Text Example
Text Example
White with #BA5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ADC; }
p { color: rgb(186,90,220); }
H1.HeaderClassName
{
color: #BA5ADC;
}
.AnyTagClassName
{
color: #BA5ADC;
}
</style>
background-color css
<style>
a { background-color: #BA5ADC; }
a { background-color: rgb(186,90,220); }
div.DivClassName
{
background-color: #BA5ADC;
}
.BgClassName
{
background-color: #BA5ADC;
}
</style>
border-color css
<style>
span { border-color: #BA5ADC; }
span { border-color: rgb(186,90,220); }
td.TdClassName
{
border-color: #BA5ADC;
}
.TagClassName
{
border-color: #BA5ADC;
}
</style>