Shades of Medium Orchid #BA5FD7
Tints of Medium Orchid #BA5FD7
RGB
CMYK
RGB Variations
Color information
#BA5FD7 (or 0xBA5FD7) is known color: Medium Orchid. HEX triplet: BA, 5F and D7. RGB value is (186,95,215). Sum of RGB (Red+Green+Blue) = 186+95+215=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA5FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD7 is #45A028. Grayscale: #878787. Windows color (decimal): -4562985 or 14114746. OLE color: 14114746.
HSL color Cylindrical-coordinate representation of color #BA5FD7: hue angle of 285.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5FD7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 95 | 215 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.16 |
| HSL | 285.5º | 0.6% | 0.61% | - |
| HSV(B) | 285.5º | 0.56% | 0.84% | - |
| XYZ | 36.61 | 23.53 | 66.9 | - |
| YUV | 135.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 215 | 0.13 | 0.56 | 0 | 0.16 | 285.5 | 0.6 | 0.61 |
| Hex | BA | 5F | D7 | D | 38 | 0 | 10 | 11E | 3C | 3D |
| Octal | 272 | 137 | 327 | 15 | 70 | 0 | 20 | 436 | 74 | 75 |
| Binary | 10111010 | 1011111 | 11010111 | 1101 | 111000 | 0 | 10000 | 100011110 | 111100 | 111101 |
Color Harmonies of #BA5FD7
Complementary color
Monochromatic Colors of #BA5FD7
Black with #BA5FD7
Text Example
Text Example
White with #BA5FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FD7; }
p { color: rgb(186,95,215); }
H1.HeaderClassName
{
color: #BA5FD7;
}
.AnyTagClassName
{
color: #BA5FD7;
}
</style>
background-color css
<style>
a { background-color: #BA5FD7; }
a { background-color: rgb(186,95,215); }
div.DivClassName
{
background-color: #BA5FD7;
}
.BgClassName
{
background-color: #BA5FD7;
}
</style>
border-color css
<style>
span { border-color: #BA5FD7; }
span { border-color: rgb(186,95,215); }
td.TdClassName
{
border-color: #BA5FD7;
}
.TagClassName
{
border-color: #BA5FD7;
}
</style>