Shades of Medium Orchid #BA5BCF
Tints of Medium Orchid #BA5BCF
RGB
CMYK
RGB Variations
Color information
#BA5BCF (or 0xBA5BCF) is known color: Medium Orchid. HEX triplet: BA, 5B and CF. RGB value is (186,91,207). Sum of RGB (Red+Green+Blue) = 186+91+207=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BCF is #45A430. Grayscale: #848484. Windows color (decimal): -4564017 or 13589434. OLE color: 13589434.
HSL color Cylindrical-coordinate representation of color #BA5BCF: hue angle of 289.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5BCF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 91 | 207 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.19 |
| HSL | 289.14º | 0.55% | 0.58% | - |
| HSV(B) | 289.14º | 0.56% | 0.81% | - |
| XYZ | 35.25 | 22.43 | 61.5 | - |
| YUV | 132.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 207 | 0.10 | 0.56 | 0 | 0.19 | 289.14 | 0.55 | 0.58 |
| Hex | BA | 5B | CF | A | 38 | 0 | 13 | 121 | 37 | 3A |
| Octal | 272 | 133 | 317 | 12 | 70 | 0 | 23 | 441 | 67 | 72 |
| Binary | 10111010 | 1011011 | 11001111 | 1010 | 111000 | 0 | 10011 | 100100001 | 110111 | 111010 |
Color Harmonies of #BA5BCF
Complementary color
Monochromatic Colors of #BA5BCF
Black with #BA5BCF
Text Example
Text Example
White with #BA5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BCF; }
p { color: rgb(186,91,207); }
H1.HeaderClassName
{
color: #BA5BCF;
}
.AnyTagClassName
{
color: #BA5BCF;
}
</style>
background-color css
<style>
a { background-color: #BA5BCF; }
a { background-color: rgb(186,91,207); }
div.DivClassName
{
background-color: #BA5BCF;
}
.BgClassName
{
background-color: #BA5BCF;
}
</style>
border-color css
<style>
span { border-color: #BA5BCF; }
span { border-color: rgb(186,91,207); }
td.TdClassName
{
border-color: #BA5BCF;
}
.TagClassName
{
border-color: #BA5BCF;
}
</style>