Shades of Medium Orchid #BA60D6
Tints of Medium Orchid #BA60D6
RGB
CMYK
RGB Variations
Color information
#BA60D6 (or 0xBA60D6) is known color: Medium Orchid. HEX triplet: BA, 60 and D6. RGB value is (186,96,214). Sum of RGB (Red+Green+Blue) = 186+96+214=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60D6 is #459F29. Grayscale: #878787. Windows color (decimal): -4562730 or 14049466. OLE color: 14049466.
HSL color Cylindrical-coordinate representation of color #BA60D6: hue angle of 285.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA60D6 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 96 | 214 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.16 |
| HSL | 285.76º | 0.59% | 0.61% | - |
| HSV(B) | 285.76º | 0.55% | 0.84% | - |
| XYZ | 36.57 | 23.66 | 66.26 | - |
| YUV | 136.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 214 | 0.13 | 0.55 | 0 | 0.16 | 285.76 | 0.59 | 0.61 |
| Hex | BA | 60 | D6 | D | 37 | 0 | 10 | 11E | 3B | 3D |
| Octal | 272 | 140 | 326 | 15 | 67 | 0 | 20 | 436 | 73 | 75 |
| Binary | 10111010 | 1100000 | 11010110 | 1101 | 110111 | 0 | 10000 | 100011110 | 111011 | 111101 |
Color Harmonies of #BA60D6
Complementary color
Monochromatic Colors of #BA60D6
Black with #BA60D6
Text Example
Text Example
White with #BA60D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60D6; }
p { color: rgb(186,96,214); }
H1.HeaderClassName
{
color: #BA60D6;
}
.AnyTagClassName
{
color: #BA60D6;
}
</style>
background-color css
<style>
a { background-color: #BA60D6; }
a { background-color: rgb(186,96,214); }
div.DivClassName
{
background-color: #BA60D6;
}
.BgClassName
{
background-color: #BA60D6;
}
</style>
border-color css
<style>
span { border-color: #BA60D6; }
span { border-color: rgb(186,96,214); }
td.TdClassName
{
border-color: #BA60D6;
}
.TagClassName
{
border-color: #BA60D6;
}
</style>