Shades of Medium Orchid #BA5ACF
Tints of Medium Orchid #BA5ACF
RGB
CMYK
RGB Variations
Color information
#BA5ACF (or 0xBA5ACF) is known color: Medium Orchid. HEX triplet: BA, 5A and CF. RGB value is (186,90,207). Sum of RGB (Red+Green+Blue) = 186+90+207=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACF is #45A530. Grayscale: #838383. Windows color (decimal): -4564273 or 13589178. OLE color: 13589178.
HSL color Cylindrical-coordinate representation of color #BA5ACF: hue angle of 289.23º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5ACF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 90 | 207 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.19 |
| HSL | 289.23º | 0.55% | 0.58% | - |
| HSV(B) | 289.23º | 0.57% | 0.81% | - |
| XYZ | 35.17 | 22.26 | 61.47 | - |
| YUV | 132.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 207 | 0.10 | 0.57 | 0 | 0.19 | 289.23 | 0.55 | 0.58 |
| Hex | BA | 5A | CF | A | 39 | 0 | 13 | 121 | 37 | 3A |
| Octal | 272 | 132 | 317 | 12 | 71 | 0 | 23 | 441 | 67 | 72 |
| Binary | 10111010 | 1011010 | 11001111 | 1010 | 111001 | 0 | 10011 | 100100001 | 110111 | 111010 |
Color Harmonies of #BA5ACF
Complementary color
Monochromatic Colors of #BA5ACF
Black with #BA5ACF
Text Example
Text Example
White with #BA5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ACF; }
p { color: rgb(186,90,207); }
H1.HeaderClassName
{
color: #BA5ACF;
}
.AnyTagClassName
{
color: #BA5ACF;
}
</style>
background-color css
<style>
a { background-color: #BA5ACF; }
a { background-color: rgb(186,90,207); }
div.DivClassName
{
background-color: #BA5ACF;
}
.BgClassName
{
background-color: #BA5ACF;
}
</style>
border-color css
<style>
span { border-color: #BA5ACF; }
span { border-color: rgb(186,90,207); }
td.TdClassName
{
border-color: #BA5ACF;
}
.TagClassName
{
border-color: #BA5ACF;
}
</style>