Shades of Medium Orchid #BA5FD0
Tints of Medium Orchid #BA5FD0
RGB
CMYK
RGB Variations
Color information
#BA5FD0 (or 0xBA5FD0) is known color: Medium Orchid. HEX triplet: BA, 5F and D0. RGB value is (186,95,208). Sum of RGB (Red+Green+Blue) = 186+95+208=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD0 is #45A02F. Grayscale: #868686. Windows color (decimal): -4562992 or 13655994. OLE color: 13655994.
HSL color Cylindrical-coordinate representation of color #BA5FD0: hue angle of 288.32º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5FD0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 95 | 208 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.18 |
| HSL | 288.32º | 0.55% | 0.59% | - |
| HSV(B) | 288.32º | 0.54% | 0.82% | - |
| XYZ | 35.73 | 23.18 | 62.27 | - |
| YUV | 135.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 208 | 0.11 | 0.54 | 0 | 0.18 | 288.32 | 0.55 | 0.59 |
| Hex | BA | 5F | D0 | B | 36 | 0 | 12 | 120 | 37 | 3B |
| Octal | 272 | 137 | 320 | 13 | 66 | 0 | 22 | 440 | 67 | 73 |
| Binary | 10111010 | 1011111 | 11010000 | 1011 | 110110 | 0 | 10010 | 100100000 | 110111 | 111011 |
Color Harmonies of #BA5FD0
Complementary color
Monochromatic Colors of #BA5FD0
Black with #BA5FD0
Text Example
Text Example
White with #BA5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FD0; }
p { color: rgb(186,95,208); }
H1.HeaderClassName
{
color: #BA5FD0;
}
.AnyTagClassName
{
color: #BA5FD0;
}
</style>
background-color css
<style>
a { background-color: #BA5FD0; }
a { background-color: rgb(186,95,208); }
div.DivClassName
{
background-color: #BA5FD0;
}
.BgClassName
{
background-color: #BA5FD0;
}
</style>
border-color css
<style>
span { border-color: #BA5FD0; }
span { border-color: rgb(186,95,208); }
td.TdClassName
{
border-color: #BA5FD0;
}
.TagClassName
{
border-color: #BA5FD0;
}
</style>