Shades of Medium Orchid #BA5CCF
Tints of Medium Orchid #BA5CCF
RGB
CMYK
RGB Variations
Color information
#BA5CCF (or 0xBA5CCF) is known color: Medium Orchid. HEX triplet: BA, 5C and CF. RGB value is (186,92,207). Sum of RGB (Red+Green+Blue) = 186+92+207=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCF is #45A330. Grayscale: #848484. Windows color (decimal): -4563761 or 13589690. OLE color: 13589690.
HSL color Cylindrical-coordinate representation of color #BA5CCF: hue angle of 289.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5CCF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 92 | 207 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.19 |
| HSL | 289.04º | 0.55% | 0.59% | - |
| HSV(B) | 289.04º | 0.56% | 0.81% | - |
| XYZ | 35.34 | 22.6 | 61.53 | - |
| YUV | 133.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 207 | 0.10 | 0.56 | 0 | 0.19 | 289.04 | 0.55 | 0.59 |
| Hex | BA | 5C | CF | A | 38 | 0 | 13 | 121 | 37 | 3B |
| Octal | 272 | 134 | 317 | 12 | 70 | 0 | 23 | 441 | 67 | 73 |
| Binary | 10111010 | 1011100 | 11001111 | 1010 | 111000 | 0 | 10011 | 100100001 | 110111 | 111011 |
Color Harmonies of #BA5CCF
Complementary color
Monochromatic Colors of #BA5CCF
Black with #BA5CCF
Text Example
Text Example
White with #BA5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CCF; }
p { color: rgb(186,92,207); }
H1.HeaderClassName
{
color: #BA5CCF;
}
.AnyTagClassName
{
color: #BA5CCF;
}
</style>
background-color css
<style>
a { background-color: #BA5CCF; }
a { background-color: rgb(186,92,207); }
div.DivClassName
{
background-color: #BA5CCF;
}
.BgClassName
{
background-color: #BA5CCF;
}
</style>
border-color css
<style>
span { border-color: #BA5CCF; }
span { border-color: rgb(186,92,207); }
td.TdClassName
{
border-color: #BA5CCF;
}
.TagClassName
{
border-color: #BA5CCF;
}
</style>